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
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
2 matches
Mail list logo