Change faulty cursor color, becoming apparent after st change
This commit is contained in:
parent
a1524e9af9
commit
2250581228
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -76,7 +76,7 @@ if [[ -a $OH_MY_ZSH ]]; then
|
|||
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE=fg=5
|
||||
|
||||
MODE_CURSOR_DEFAULT="white blinking bar"
|
||||
MODE_CURSOR_VICMD="magenta steady block"
|
||||
MODE_CURSOR_VICMD="white steady block"
|
||||
MODE_CURSOR_VIINS="white blinking bar"
|
||||
MODE_CURSOR_SEARCH="cyan steady underline"
|
||||
MODE_CURSOR_REPLACE="red steady underline"
|
||||
|
|
Loading…
Reference in a new issue