sjl / vitality.vim

Make Vim play nicely with iTerm 2 and tmux.
http://github.com/sjl/vitality.vim
MIT License
320 stars 30 forks source link

when I quit vim, the cursor doesn't change back (Bar) #39

Open zhangbowei opened 7 years ago

zhangbowei commented 7 years ago
  1. start

  1. enter vim

image

  1. quit vim

nickeb96 commented 7 years ago

There's no way to fix that in sjl's original version of vitality. However I forked it a few months back and added a few features to it, one of which solves your problem.

Here's my repo: https://github.com/nickeb96/vitality.vim

Just add let g:vitality_shell_cursor = 1 to your vimrc for the bar.

I submitted a pull request to this repo a while ago but I haven't heard anything back. I think the original maintainer may have left it for dead. 😢

zhangbowei commented 7 years ago

@nickeb96 memeda