Re: ViM block cursor under screen

2013-03-03 Thread David T-G
Brian -- ...and then Brian W. Neu said... % % So I was lucky enough to find that the following in my .vimrc enabled a % block cursor when launching vim under a cygwin terminal: Hey, cool! That's great to know. ... % % But when I launch vim under screen under a terminal, the block cursor % di

ViM block cursor under screen

2013-03-02 Thread Brian W. Neu
So I was lucky enough to find that the following in my .vimrc enabled a block cursor when launching vim under a cygwin terminal: let &t_ti.="\e[1 q" let &t_SI.="\e[5 q" let &t_EI.="\e[1 q" let &t_te.="\e[0 q" But when I launch vim under screen under a terminal, the