dotfiles/.inputrc

7 lines
179 B
Plaintext
Raw Normal View History

set bell-style visible
set prefer-visible-bell
2016-03-07 21:24:53 +00:00
set convert-meta on
2019-01-20 12:01:48 +00:00
"\e[1;5D": backward-word # ctrl + left
"\e[1;5C": forward-word # ctrl + right
2019-01-20 12:01:48 +00:00
"\C-t": forward-search-history