|
|
|
@ -2,12 +2,12 @@ set show-all-if-ambiguous On |
|
|
|
|
"\e[A": history-search-backward |
|
|
|
|
"\e[B": history-search-forward |
|
|
|
|
|
|
|
|
|
# kvt: |
|
|
|
|
## kvt: |
|
|
|
|
"\e[H":beginning-of-line |
|
|
|
|
"\e[F":end-of-line |
|
|
|
|
# rxvt and konsole (i.e. the KDE-app...) |
|
|
|
|
## rxvt and konsole (i.e. the KDE-app...) |
|
|
|
|
"\e[7~":beginning-of-line |
|
|
|
|
"\e[8~":end-of-line |
|
|
|
|
# for linux console |
|
|
|
|
## for linux console |
|
|
|
|
"\e[1~": beginning-of-line |
|
|
|
|
"\e[4~": end-of-line |
|
|
|
|