]> Sergey Matveev's repositories - dotfiles.git/blob - readline/.inputrc
Have not used zshfe for years
[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 expand-tilde on
10
11 set colored-stats on
12 set colored-completion-prefix on
13 set visible-stats on