51
15
I am used to having a block cursor in normal mode in Vim. This makes sense with the Vim paradigm; when you press x, it is clear which character will be deleted.
I've installed Cygwin on a Windows computer, but when I use Vim in its terminal, I get the I
cursor, even in normal mode. How can I make the cursor be a block instead?
3Nice. Unfortunately, in ConEmu this affects the cursor for the entire session. That said, it works as expected in vim. It also works fine in cygwin's terminal emulator. But, who uses that? ;) – George Marian – 2016-08-17T15:44:07.083
1Almost perfect... but when leaving insert mode, it returns to a line cursor until you move the cursor in some direction. – Joe Coder – 2017-06-12T15:55:26.290
1Worked for me in the version of Vim installed automatically with Cmder. Thank You! – Bangash – 2017-06-16T14:03:06.877
Worked for me in git bash on windows (mysys2) as well! – Kevin Tighe – 2017-10-18T13:18:59.877
3this worked for me when using mintty to ssh to a linux server – zzapper – 2014-04-15T12:41:31.503
2Thank you so much. Gotta love a clean solution that works in 2 most annoying cases :) – rld. – 2014-06-08T05:58:47.827