|
|
|
|
|
by helloTree
4658 days ago
|
|
My biggest improvement was about finding out about .inputrc and configuring the Bash to use VIM-keybindings which is pretty handy if you are used to the editor. Also the following mapping from ESC to pressing jf via imap jf <ESC> was very nice as I find it much more ergonomic. And to use it in Bash I have set editing-mode vi
set keymap vi $if mode=vi
set keymap vi-insert
"jf": vi-movement-mode
$endif set show-all-if-ambiguous on |
|