Added command line notifier for vi-mode

This commit is contained in:
Sean Carolan 2014-03-05 14:12:55 -05:00
commit fec8c1d487
2 changed files with 2 additions and 3 deletions

View file

@ -22,7 +22,7 @@ bindkey -v
# if mode indicator wasn't setup by theme, define default
if [[ "$MODE_INDICATOR" == "" ]]; then
MODE_INDICATOR="%{$fg_bold[red]%}<%{$fg[red]%}<<%{$reset_color%}"
MODE_INDICATOR="%{$fg[red]%}[CMD]%{$reset_color%}"
fi
function vi_mode_prompt_info() {