> To change that, you could throw this into your ~/.vimrc: > > if 1 > let &t_ve = substitute(&t_ve, '\e[?\zs0c', '6;14;224c', 'g') > endif > > That says "If the terminal's 've' attribute (which is the termcap > name for what terminfo calls 'cnorm') matches /\e[?0c/, replace > the 0c with 6;14;224c" - ie, use *your* prefered cursor type, > instead of the default cursor type. It's pretty likely that other > applications will also use cnorm, though, so you might want to > just change your 'cnorm' sequence in your terminfo database, > instead... > > ~Matt
Dear sir, thank you so-so much... -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.