dotfiles/.inputrc
2019-05-10 14:11:55 -07:00

15 lines
299 B
Plaintext

set show-all-if-ambiguous on
# Enable Vim keybindings
set editing-mode vi
set keymap vi-command
"\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