fix(bash): alias completion
This commit is contained in:
parent
d4d3c1af55
commit
2d8685c8e4
19 changed files with 332 additions and 310 deletions
11
.inputrc
11
.inputrc
|
@ -1,6 +1,13 @@
|
|||
set colored-stats on
|
||||
set show-all-if-unmodified on
|
||||
set menu-complete-display-prefix on
|
||||
set show-all-if-ambiguous on
|
||||
|
||||
"\e[A":history-search-backward
|
||||
"\e[B":history-search-forward
|
||||
|
||||
Control-l: clear-screen
|
||||
"\C-l": clear-screen
|
||||
|
||||
"\C-w": backward-kill-word
|
||||
|
||||
TAB:menu-complete
|
||||
"\e[Z":menu-complete-backward
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue