Dear vim users,

One way or another a mapping I'm trying to implement doesn't work.
I'm trying to paste with CTRL-V only in insert mode and keep using 
CTRL-V for visual in other modes.

In my .vimrc I've got:

imap <C-V> "+gP

The only thing I get when pushing CTRL-V in insert mode is the literal 
text "+gP
But not the desired effect: pasting.

I tried with inoremap also, but to no avail.

What could be wrong?

Adriaan.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to