Created
October 12, 2011 23:13
-
-
Save devth/1282918 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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