2013-04-25 07:31:07 -07:00
|
|
|
set show-all-if-ambiguous on
|
2014-07-29 16:55:49 -07:00
|
|
|
|
|
|
|
# Enable Vim keybindings
|
|
|
|
set editing-mode vi
|
2019-05-10 14:11:55 -07:00
|
|
|
|
2014-07-29 16:55:49 -07:00
|
|
|
set keymap vi-command
|
2019-05-10 14:11:55 -07:00
|
|
|
"\e[A": history-search-backward
|
|
|
|
"\e[B": history-search-forward
|
|
|
|
j: history-search-forward
|
|
|
|
k: history-search-backward
|
|
|
|
|
|
|
|
set keymap vi-insert
|
|
|
|
"\e[A": history-search-backward
|
|
|
|
"\e[B": history-search-forward
|