Skip to content

Cursor shape in gnome-terminal 3.6.2 doesn't work properly #41

Description

@dagolinuxoid

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions