configuration/inputrc

14 lines
261 B
Plaintext
Raw Permalink Normal View History

2017-02-09 21:07:45 +01:00
$include /etc/inputrc
set show-all-if-ambiguous on
set editing-mode vi
$if mode=vi
set keymap vi-command
"\e[A": history-search-backward
"\e[B": history-search-forward
set keymap vi-insert
"\e[A": history-search-backward
"\e[B": history-search-forward
$endif