Dave Wood wrote:
> I have been using an escape code in my ~/.bashrc to make the cursor into a
> block, which is much easier to see when searching through man pages etc.
I presume you're on a Unix-like system. If you're on Windows, perhaps
'guicursor' is relevant. But, assuming you're not...
What's the escape code?
You need to put it into the t_SI and/or t_EI options much like shown at
:help termcap-cursor-shape
i.e. with something like
let &t_SI = "\<Esc>]12;purple\x7"
let &t_EI = "\<Esc>]12;blue\x7"
but obviously with more shape than colour-related escapes.
Cheers,
Ben.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---