load key bindings at startup
Ignore-this: 2ba306236255605644faf0b3179ee75e darcs-hash:20110802123838-c41ad-a8132df5361ee1f1a4cd4433c00d6515b3d088ce
This commit is contained in:
parent
bebd9fefcc
commit
5156bee455
|
@ -411,4 +411,5 @@ lwt () = join [
|
|||
init_history ();
|
||||
init_resources ();
|
||||
init_read_interactive_input ();
|
||||
LTerm_inputrc.load ();
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue