Skip to content

Instantly share code, notes, and snippets.

@devth
Created October 12, 2011 23:13
Show Gist options
  • Save devth/1282918 to your computer and use it in GitHub Desktop.
Save devth/1282918 to your computer and use it in GitHub Desktop.
" Put default register into system clipboard
nnoremap <leader>yc :let @+=@"<cr>
" Put system clipboard into default register
nnoremap <leader>cy :let @"=@+<cr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment