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.
29 lines
497 B
29 lines
497 B
7 years ago
|
set meta-flag on
|
||
|
set convert-meta off
|
||
|
set input-meta on
|
||
|
set output-meta on
|
||
|
|
||
|
# allow the use of the Home/End keys
|
||
|
"\e[1~": beginning-of-line
|
||
|
"\e[4~": end-of-line
|
||
|
"\e[7~": beginning-of-line
|
||
|
"\e[8~": end-of-line
|
||
|
|
||
|
# allow the use of the Delete/Insert keys
|
||
|
"\e[3~": delete-char
|
||
|
"\e[2~": quoted-insert
|
||
|
|
||
|
# allow the use of the Delete/Insert keys
|
||
|
"\e[3~": delete-char
|
||
|
|
||
|
$if term=cons25r
|
||
|
"\C-?": delete-char
|
||
|
$endif
|
||
|
|
||
|
"\e[2~": quoted-insert
|
||
|
|
||
|
|
||
|
"\e[A": history-search-backward
|
||
|
"\e[B": history-search-forward
|
||
|
|