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.
13 lines
302 B
13 lines
302 B
set show-all-if-ambiguous On |
|
"\e[A": history-search-backward |
|
"\e[B": history-search-forward |
|
|
|
## kvt: |
|
"\e[H":beginning-of-line |
|
"\e[F":end-of-line |
|
## rxvt and konsole (i.e. the KDE-app...) |
|
"\e[7~":beginning-of-line |
|
"\e[8~":end-of-line |
|
## for linux console |
|
"\e[1~": beginning-of-line |
|
"\e[4~": end-of-line
|
|
|