Tuesday, February 23, 2016

Temporarily stop sending T_SI/t_SR/t_EI?

I'm interested in having Vim stop sending the cursor-shape-change
sequences temporarily, e.g. when using a plugin that enters and exits
normal mode behind the scenes.

> t_SI start insert mode (bar cursor shape) *t_SI* *'t_SI'*
> t_SR start replace mode (underline cursor shape) *t_SR* *'t_SR'*
> t_EI end insert or replace mode (block cursor shape) *t_EI* *'t_EI'*

Is there a better way to arrange this than to have each guilty plugin
have code to temporarily unset t_SI/t_SR/t_EI when it's about to switch
modes and reset it later?

--
Eric Christopherson

--
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: