mirror of https://github.com/bjeanes/dotfiles.git
Add inputrc suggestion from SuttoL
parent
ed8715940d
commit
eb76b80ddc
|
@ -14,6 +14,7 @@ set convert-meta off
|
|||
#
|
||||
"\e[B": history-search-forward
|
||||
"\e[A": history-search-backward
|
||||
"\ep": history-search-backward
|
||||
|
||||
# Option right/left to jump word
|
||||
"\e\e[C": forward-word
|
||||
|
@ -30,4 +31,4 @@ $endif
|
|||
|
||||
# Include system wide settings which are ignored
|
||||
# by default if one has their own .inputrc
|
||||
$include /etc/inputrc
|
||||
$include /etc/inputrc
|
||||
|
|
Loading…
Reference in New Issue