2020-11-28 19:41:03 -05:00
|
|
|
#bindkey -s "\e[24;3~" ""
|
|
|
|
#bindkey -s "\e[1;2A" ""
|
|
|
|
#bindkey -s "\e[1;2B" ""
|
2018-12-24 23:38:36 -05:00
|
|
|
|
2020-11-28 19:41:03 -05:00
|
|
|
# for non RH/Debian xterm, can't hurt for RH/DEbian xterm
|
|
|
|
bindkey "eOH" beginning-of-line
|
|
|
|
bindkey "eOF" end-of-line
|
|
|
|
# for freebsd console
|
|
|
|
bindkey "e[H" beginning-of-line
|
|
|
|
bindkey "e[F" end-of-line
|