mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:39:02 -08:00
ctrl+left/right in bash
This commit is contained in:
parent
0cf0ba92f3
commit
4e3b860a8b
1 changed files with 2 additions and 0 deletions
2
inputrc
2
inputrc
|
@ -1,4 +1,6 @@
|
|||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
"\e[1;5C": forward-word
|
||||
"\e[1;5D": backward-word
|
||||
set show-all-if-ambiguous on
|
||||
set completion-ignore-case on
|
||||
|
|
Loading…
Reference in a new issue