AnthonyDiGirolamo / airline-themes

vim-airline themes https://github.com/vim-airline/vim-airline-themes for emacs powerline https://github.com/milkypostman/powerline
MIT License
123 stars 20 forks source link

Insert mode cursor is a block, not a line #3

Closed EricCrosson closed 9 years ago

EricCrosson commented 9 years ago

Hey there,

great package. I'm going to open a few issues so I remember what to examine when I've got a minute.

When evil switches to insert mode, the default evil changes the block cursor to a line, and back when insert is exited. This behavior matches vim. I'd like to see this package emulate it successfully, because the color-changes are nice but it's silly to trade one indicator for another :)

EricCrosson commented 9 years ago

notes

I'm having luck running the following line:

(setq evil-insert-state-cursor 'bar)

However, I haven't found the right spot for it in the lisp so that the line remains active throughout the natural loading process.

AnthonyDiGirolamo commented 9 years ago

Sorry it took me a while to get to this. I like the bar cursor in when in the gui version of emacs too. Hopefully that fixes things for you.