mirror of
https://github.com/notwa/rc
synced 2024-11-05 16:09:03 -08:00
better inputrc
This commit is contained in:
parent
a73d4c8d45
commit
20360f971f
1 changed files with 18 additions and 4 deletions
22
home/inputrc
22
home/inputrc
|
@ -1,7 +1,21 @@
|
|||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
$include /etc/inputrc
|
||||
"\e[1;5C": forward-word
|
||||
"\e[1;5D": backward-word
|
||||
set show-all-if-ambiguous on
|
||||
set completion-ignore-case on
|
||||
"\e[1~": beginning-of-line
|
||||
"\e[2~": paste-from-clipboard
|
||||
"\e[3~": delete-char
|
||||
"\e[5~": beginning-of-history
|
||||
"\e[6~": end-of-history
|
||||
"\e[A": history-search-backward
|
||||
"\e[B": history-search-forward
|
||||
"\e[Z": menu-complete-backward
|
||||
TAB:menu-complete
|
||||
set bell-style none
|
||||
set enable-bracketed-paste on
|
||||
set mark-directories on
|
||||
set menu-complete-display-prefix on
|
||||
set show-all-if-ambiguous on
|
||||
set visible-stats on
|
||||
$if Bash
|
||||
"\es":"\C-asudo \C-e"
|
||||
$endif
|
||||
|
|
Loading…
Reference in a new issue