Tuesday, January 17, 2017

Re: A mapping with a manual insert mode in the middle

On Tuesday, January 17, 2017 at 12:26:40 AM UTC-6, Zeke Blackwell wrote:
> Greetings!
>
> I'd like to create a mapping in my .vimrc that does some manipulation, drops me into insert mode, then picks back up for more manipulation after I hit escape.
>
> Is this possible? I guess I just don't know what to search for.
>
> Any help would be greatly appreciated.

It *may* be possible to have your mapping set up an InsertLeave autocmd which would then fire to complete the desired actions, and delete itself.

--
--
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: