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