From: Oleg Broytman Date: Mon, 18 Nov 2019 01:42:20 +0000 (+0300) Subject: .vimrc: Change GUI cursor shape in different modes X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=42a96201a1dd263a288655a454abefc8c42a5481 .vimrc: Change GUI cursor shape in different modes --- 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