]> Sergey Matveev's repositories - dotfiles.git/blob - readline/.inputrc
No on-data caches
[dotfiles.git] / readline / .inputrc
1 "\e[A": history-search-backward
2 "\e[B": history-search-forward
3 "\ 2": backward-word
4 "\ 6": forward-word
5
6 set editing-mode vi
7 set show-mode-in-prompt on
8
9 set colored-stats on
10 set colored-completion-prefix on
11 set visible-stats on