OhmNomNom / thyme

A fork of mintty, for the modern world
GNU General Public License v3.0
0 stars 0 forks source link

cursor mode is not updated immediately when entering vim insert mode #227

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
i've updated vimrc according mintty's tips for cursor mode

when i press "i", vim enter insert mode, but the cursor just blink once about 
1ms (because of updating vim's status text?) but the shape keeps as is like not 
insert mode. after then, it blink in normal interval by design and appears as a 
insert mode cursor

however when i press <ESC> the cursor changes back to normal mode cursor 
immediately

Original issue reported on code.google.com by moo.wej...@gmail.com on 14 Oct 2010 at 5:06

GoogleCodeExporter commented 9 years ago
See the very next tip: 
http://code.google.com/p/mintty/wiki/Tips#Avoiding_escape_timeout_issues_in_vim

Original comment by andy.koppe on 14 Oct 2010 at 5:41