X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=blobdiff_plain;f=.vimrc;fp=.vimrc;h=aa6fd4ee52cab82ae24126d4f129bfd2125ae63f;hp=1138c837bf5f7437096a23b0e4b4f537d25b0e0f;hb=42a96201a1dd263a288655a454abefc8c42a5481;hpb=f0344023aa21ede3b47d77559af54b97c37f328b 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