2024-03-22 17:51:12 -07:00
|
|
|
$include /etc/inputrc
|
2013-07-04 08:48:24 -07:00
|
|
|
"\e[1;5C": forward-word
|
|
|
|
"\e[1;5D": backward-word
|
2024-03-22 17:51:12 -07:00
|
|
|
"\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
|
2024-03-22 20:50:11 -07:00
|
|
|
TAB: menu-complete
|
2021-07-31 20:41:10 -07:00
|
|
|
set bell-style none
|
2024-03-22 17:51:12 -07:00
|
|
|
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
|
2024-03-22 20:50:11 -07:00
|
|
|
"\es": "\C-asudo \C-e"
|
2024-03-22 17:51:12 -07:00
|
|
|
$endif
|