Configure inputrc
This commit is contained in:
parent
35a0b570fa
commit
d16736917c
1 changed files with 16 additions and 0 deletions
16
.inputrc
Normal file
16
.inputrc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Based on "A ~/.inputrc for Humans"
|
||||
# https://www.topbug.net/blog/2017/07/31/inputrc-for-humans/
|
||||
|
||||
$include /etc/inputrc
|
||||
"\C-p":history-search-backward
|
||||
"\C-n":history-search-forward
|
||||
"\e[A":history-search-backward
|
||||
"\e[B":history-search-forward
|
||||
|
||||
set colored-stats On
|
||||
set completion-ignore-case On
|
||||
set completion-prefix-display-length 3
|
||||
set mark-symlinked-directories On
|
||||
set show-all-if-ambiguous On
|
||||
set show-all-if-unmodified On
|
||||
set visible-stats On
|
||||
Loading…
Add table
Add a link
Reference in a new issue