mirror of
https://github.com/akelge/vim
synced 2025-07-12 17:42:09 +00:00
Fix home/end on *term
This commit is contained in:
@ -11,6 +11,8 @@ bindkey "^[[1;5D" backward-word
|
||||
|
||||
# Useful under iTerm
|
||||
bindkey "-e"
|
||||
bindkey "\eOH" beginning-of-line
|
||||
bindkey "\eOF" end-of-line
|
||||
bindkey "\e[1~" beginning-of-line
|
||||
bindkey "\e[4~" end-of-line
|
||||
bindkey "\e[3~" delete-char
|
||||
|
Reference in New Issue
Block a user