Skip to content

Instantly share code, notes, and snippets.

@jshih
Created August 22, 2012 07:18
Show Gist options
  • Save jshih/3423345 to your computer and use it in GitHub Desktop.
Save jshih/3423345 to your computer and use it in GitHub Desktop.
Enable Ctrl+c and Ctrl+v for copy and paste in gvim
vmap <C-c> "+yi
vmap <C-x> "+c
vmap <C-v> c<ESC>"+p
imap <C-v> <ESC>"+pa
@bkedryna
Copy link

bkedryna commented Nov 2, 2018

thanks, works great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment