You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
559 B
24 lines
559 B
5 years ago
|
$include /etc/inputrc
|
||
|
|
||
|
"\C-p":history-search-backward
|
||
|
"\C-n":history-search-forward
|
||
|
set colored-stats On
|
||
|
set completion-ignore-case On
|
||
|
set completion-prefix-display-length 3
|
||
|
set mark-symlinked-directories On
|
||
|
set show-all-if-ambiguous On
|
||
|
set show-all-if-unmodified On
|
||
|
set visible-stats On
|
||
|
|
||
5 years ago
|
# Mac terminal keys
|
||
|
"\e[5~": history-search-backward
|
||
|
"\e[6~": history-search-forward
|
||
|
"\e[3~": delete-char
|
||
|
"\e[2~": quoted-insert
|
||
|
"\e[5C": forward-word
|
||
|
"\e[5D": backward-word
|
||
|
"\e[1;5C": forward-word
|
||
|
"\e[1;5D": backward-word
|
||
|
"\e\e[C": forward-word
|
||
|
"\e\e[D": backward-word
|