1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00
rc/home/inputrc
2024-03-22 17:51:12 -07:00

22 lines
513 B
Plaintext

$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