This commit is contained in:
Michael Komitee 2010-12-27 00:01:57 -05:00
commit 3bac174aeb
3 changed files with 11 additions and 7 deletions

View file

@ -20,3 +20,7 @@ function vi_mode_prompt_info() {
if [[ "$RPS1" == "" && "$RPROMPT" == "" ]]; then
RPS1='$(vi_mode_prompt_info)'
fi
autoload edit-command-line
zle -N edit-command-line
bindkey -M vicmd v edit-command-line