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?
feedback
|
|
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. | |||
|
feedback
|
|
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). | |||
|
feedback
|