-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi there. It's a bummer to change cursor shape via adding these global lines to .vimrc file
" Change cursor shape: I use the old gnome-terminal v.3.6.2
au InsertEnter * silent execute "!gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/cursor_shape ibeam"
au InsertLeave * silent execute "!gconftool-2 --type string --set /apps/gnome-terminal/profiles/Default/cursor_shape block"
So I decided to give terminus a shot. First I added the plugin to my pluginlist
call plug#begin('~/.vim/plugged')
Plug 'wincent/terminus'
call plug#end()
Then installed it successfully via :PlugInstall
Unfortunately instead of changing a shape of a cursor on insert I got gibberish symbols (ugly unicode squares) so it's basically unusable.
I use VIM - Vi IMproved 8.1
Metadata
Metadata
Assignees
Labels
No labels