Not sure what the terminology is for it but on Vim the 'cursor' is always like an insert/replace cursor instead of the blinking line cursor I'm used to in other gui editors. Is there any way to change this when in insert mode?
|
|
If you are talking about If you are talking about the graphical version of vim, called BTW, I think this question is better suited to the Superuser.com site. |
|||
|
|
|
If you're talking about gvim, then you can change the cursor to an 'I' when in insert mode with:
EDIT: The 'i' is for insert mode. You can also define it for 'n', 'v', 'c' or 'a' (normal mode, visual mode, command mode or all modes, respectively). |
|||
|
|
|
This plugin for vim will actually change the cursor on the fly in iterm (and tmux) It has a few bugs if you're in tmux, but works great outside of it: https://github.com/sjl/vitality.vim |
|||
|
|