mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
Added command line notifier for vi-mode
This commit is contained in:
parent
1f071548c6
commit
fec8c1d487
2 changed files with 2 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue