24e68ec56b0aee3d9fa0e15ae16b30afa34910a1
David Blume Add .inputrc for matched-hi...

David Blume authored 8 years ago

1) # http://askubuntu.com/questions/59846/bash-history-search-partial-up-arrow/59855#59855
2) # arrow up
3) "\e[A":history-search-backward
4) # arrow down
5) "\e[B":history-search-forward
David Blume New \h:\W$ with error dete...

David Blume authored 6 years ago

6) set editing-mode vi
David Blume Use Esc remapping in bash,...

David Blume authored 6 years ago

7) # vi settings
8) $if mode=vi
9)     # insert mode
10)     set keymap vi-insert
11)     "jk": vi-movement-mode
dblume Mention show-mode-in-prompt...

dblume authored 7 months ago

12)     # (ins) or (cmd) at beginning of prompt:
13)     # set show-mode-in-prompt on