From 42a96201a1dd263a288655a454abefc8c42a5481 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 18 Nov 2019 04:42:20 +0300 Subject: [PATCH] .vimrc: Change GUI cursor shape in different modes --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 1138c83..aa6fd4e 100644 --- a/.vimrc +++ b/.vimrc @@ -215,6 +215,8 @@ if has("gui_running") set toolbar=icons,text " how to show the toolbar endif + set guicursor+=n:block " Block cursor in normal mode + set guicursor+=i:ver10 " Solid vertical bar in insert mode set guicursor+=a:blinkon0 " Stop cursor blinking " Make shift-insert work like in Xterm -- 2.39.2