parent
ed52838b42
commit
a525e7aa72
@ -1,3 +1,13 @@ |
||||
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 |
||||
|
Loading…
Reference in new issue