What would be the commands to be able to do CTRL + V on gVim?
In OS X I can copy text into vim, but on Windows I'm not getting.
|
|
|
I would recommend to one of the following instead of setting up custom shortcuts:
EDIT: According to this answer you might need to have the clipboard set to unnamed to get register pasting to work.
|
|||||||
|
|
|
While you can set up key bindings as Otiel suggests, I think it might be more useful to understand how copy and paste works in Vim, and learn what those commands actually mean. The cut, copy and paste commands in Vim ( You can prefix commands with a register to that one instead. So, to copy from Vim to Windows, use You also have 26 registers named There are more special registers as well, for more info, see |
|||
|
|
|
From the vim documentation:
|
|||
|
|
|
Add the following in your
Or use the |
|||||
|