|
|
|
set bell-style visible |
|
|
|
|
|
|
|
|
|
set completion-query-items 40 |
|
|
|
|
|
|
|
|
|
set completion-ignore-case on |
|
|
|
|
|
set input-meta on |
|
set output-meta on |
|
set convert-meta off |
|
|
|
|
|
|
|
set visible-stats off |
|
set mark-directories on |
|
set mark-symlinked-directories on |
|
|
|
|
|
set show-all-if-ambiguous off |
|
|
|
|
|
$if mode=emacs |
|
|
|
"\e[2;2~": paste-from-clipboard |
|
"\e[5~": beginning-of-history |
|
"\e[6~": end-of-history |
|
|
|
|
|
"\e[1;5D": "\eOD" |
|
"\e[1;5C": "\eOC" |
|
"\e[1;5A": "\eOA" |
|
"\e[1;5B": "\eOB" |
|
"\e[1;3D": "\e\e[D" |
|
"\e[1;3C": "\e\e[C" |
|
|
|
"\e[Z": complete |
|
|
|
$if term=msys |
|
"\e[7~": beginning-of-line |
|
"\e[8~": end-of-line |
|
"\e[11~": display-shell-version |
|
"\e[15~": re-read-init-file |
|
"\e[12~": "Function Key 2" |
|
"\e[13~": "Function Key 3" |
|
"\e[14~": "Function Key 4" |
|
"\e[17~": "Function Key 6" |
|
"\e[18~": "Function Key 7" |
|
"\e[19~": "Function Key 8" |
|
"\e[20~": "Function Key 9" |
|
"\e[21~": "Function Key 10" |
|
$else |
|
|
|
|
|
"\e[1~": beginning-of-line |
|
"\e[4~": end-of-line |
|
"\e[3~": delete-char |
|
"\e[1;5D": backward-word |
|
"\e[1;5C": forward-word |
|
"\e\e[C": forward-word |
|
"\e\e[D": backward-word |
|
"\e[17~": "Function Key 6" |
|
"\e[18~": "Function Key 7" |
|
"\e[19~": "Function Key 8" |
|
"\e[20~": "Function Key 9" |
|
"\e[21~": "Function Key 10" |
|
"\e[23~": "Function Key 11" |
|
$endif |
|
|
|
$if term=cygwin |
|
"\e[A": previous-history |
|
"\e[B": next-history |
|
"\e[C": forward-char |
|
"\e[D": backward-char |
|
$endif |
|
$endif |
|
|