How to change cursor blinking on vim when is in Insert mode?
The Idea it's simple. On VIM, when is on insert mode, I want that cursor blink.. On normal model, should NOT blink. Something like this.. if has("autocmd") au InsertEnter * silent execute "!gconftool-2 --type string --set /apps/gnome-terminal/pro...
Join discussion