bash: add .inputrc
This commit is contained in:
parent
720296f9a0
commit
c563e44fee
1 changed files with 9 additions and 0 deletions
9
bash/config/.inputrc
Normal file
9
bash/config/.inputrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Load system inputrc
|
||||
$include /etc/inputrc
|
||||
|
||||
# Use visible bell rather than audible bell if available
|
||||
set bell-style visible
|
||||
|
||||
# Use up/down arrows for history-search-backward/forward
|
||||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
Loading…
Add table
Reference in a new issue