Update inputrc
This commit is contained in:
parent
6847f09c51
commit
d169bfcb2b
|
@ -9,11 +9,16 @@ set vi-cmd-mode-string \1\e[2 q\2
|
||||||
set keymap vi-command
|
set keymap vi-command
|
||||||
Control-l: clear-screen
|
Control-l: clear-screen
|
||||||
Control-a: beginning-of-line
|
Control-a: beginning-of-line
|
||||||
|
"k": history-search-backward
|
||||||
|
"j": history-search-forward
|
||||||
|
|
||||||
set keymap vi-insert
|
set keymap vi-insert
|
||||||
Control-l: clear-screen
|
Control-l: clear-screen
|
||||||
Control-a: beginning-of-line
|
Control-a: beginning-of-line
|
||||||
|
|
||||||
|
$endif
|
||||||
|
|
||||||
set completion-ignore-case on
|
set completion-ignore-case on
|
||||||
|
|
||||||
$endif
|
"\e[A":history-search-backward
|
||||||
|
"\e[B":history-search-forward
|
||||||
|
|
Loading…
Reference in New Issue