Re: About mode-dependent cursor

2010-03-07 Thread Andy Koppe
hayate: > When I use cygwin shell or mintty wrapper I want it like real term > emulator in Linux. There isn't a Cygwin shell as such. What happens is that bash (or another shell) runs in a Windows console, whereby the Cygwin DLL provides Unix terminal functionality for the console. And mintty isn

About mode-dependent cursor

2010-03-07 Thread hayate
When I use cygwin shell or mintty wrapper, I want it like real term emulator in Linux. That means: If I set shell to vi editing mode, the cursor would be a vertical line in inserting mode, and a block in a command mode. How can I do this? ps: I know there is a way to attend this in console Vim. bu