further configuration of bash
This commit is contained in:
parent
36d8901e5f
commit
e3977e2756
2 changed files with 17 additions and 0 deletions
13
inputrc
Normal file
13
inputrc
Normal file
|
@ -0,0 +1,13 @@
|
|||
$include /etc/inputrc
|
||||
|
||||
set show-all-if-ambiguous on
|
||||
|
||||
set editing-mode vi
|
||||
$if mode=vi
|
||||
set keymap vi-command
|
||||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
set keymap vi-insert
|
||||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
$endif
|
Loading…
Add table
Add a link
Reference in a new issue