Last active
May 13, 2020 16:50
-
-
Save paoloumali/ede49ba75e9e90b03d73b80c1a276bdf to your computer and use it in GitHub Desktop.
Vim
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
"copy pasting | |
noremap <Leader>y "*y | |
noremap <Leader>p "*p | |
noremap <Leader>Y "+y | |
noremap <Leader>P "+p |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment