vim mode for zsh

This commit is contained in:
Bartek Stalewski 2020-11-27 01:01:44 +01:00
parent d13ebe7eff
commit 4041089c4b
3 changed files with 9 additions and 6 deletions

View file

@ -5,6 +5,7 @@ bindkey "^E" vi-end-of-line
bindkey "^P" up-line-or-history
bindkey "^N" down-line-or-history
bindkey "^K" forward-char
bindkey "^U" kill-whole-line
autoload -U promptinit && promptinit
autoload -U compinit && compinit -d $XDG_DATA_HOME/zsh/zcompdump