mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:39:02 -08:00
21 lines
515 B
Text
21 lines
515 B
Text
$include /etc/inputrc
|
|
"\e[1;5C": forward-word
|
|
"\e[1;5D": backward-word
|
|
"\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
|