1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 17:53:23 -07:00

ctrl+left/right in bash

This commit is contained in:
Connor Olding 2013-07-04 08:48:24 -07:00
parent 0cf0ba92f3
commit 4e3b860a8b

View File

@ -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