Saturday, September 19, 2015

Re: vim_use: Re: Is it possible to remap i_CTRL-P to i_CRTL-X_CTRL-P

> inoremap <C-P>  <C-X><C-P>

Yep

If I map as say:

inoremap <C-F> <C-X><C-P>

It works as expected, I get both C-P and the extended X behavior
But if I try to map <C-P> the same way, I only get the normal C-P behavior.
I've tried with both inoremap and imap. Neither makes any difference.

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