Initial commit
This commit is contained in:
7
config/inputrc
Normal file
7
config/inputrc
Normal file
@ -0,0 +1,7 @@
|
||||
set editing-mode vi
|
||||
set keymap vi-command
|
||||
|
||||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
"\e[C": forward-char
|
||||
"\e[D": backward-char
|
||||
Reference in New Issue
Block a user