The command p pastes below the cursor and P pastes above the cursor. What\'s the command to paste in the line where cursor is?
The Edit menu in gvim lists the following:
Paste = "+gP
Put Before = [p
Put After = ]p
If you're running vim in Windows, you can do the following to get Ctrl+C and Ctrl+V to work as expected:
source $VIMRUNTIME/mswin.vim behave mswin