From 655d1bc91be129ae6f88dbae76ec6418d1d9460c Mon Sep 17 00:00:00 2001 From: DustVoice Date: Sat, 12 Sep 2020 15:41:14 +0200 Subject: [PATCH] Magenta doesn't fit here. Choose white instead (visual selection) --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 15e9d8e..ff64759 100644 --- a/.zshrc +++ b/.zshrc @@ -80,7 +80,7 @@ if [[ -a $OH_MY_ZSH ]]; then MODE_CURSOR_VIINS="white blinking bar" MODE_CURSOR_SEARCH="cyan steady underline" MODE_CURSOR_REPLACE="red steady underline" - MODE_CURSOR_VISUAL="magenta steady block" + MODE_CURSOR_VISUAL="white steady block" # Which plugins would you like to load? # Standard plugins can be found in ~/.oh-my-zsh/plugins/*