update zsh vi-mode plugin

add more key binds
This commit is contained in:
shiludeng 2017-12-02 21:06:47 +08:00
commit 060a349f14
3 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,8 @@ bindkey '^r' history-incremental-search-backward
# allow ctrl-a and ctrl-e to move to beginning/end of line
bindkey '^a' beginning-of-line
bindkey '^e' end-of-line
bindkey '^f' forward-char
bindkey '\e.' insert-last-word
# if mode indicator wasn't setup by theme, define default
if [[ "$MODE_INDICATOR" == "" ]]; then