Skip to content

Instantly share code, notes, and snippets.

@paoloumali
Last active May 13, 2020 16:50
Show Gist options
  • Save paoloumali/ede49ba75e9e90b03d73b80c1a276bdf to your computer and use it in GitHub Desktop.
Save paoloumali/ede49ba75e9e90b03d73b80c1a276bdf to your computer and use it in GitHub Desktop.
Vim
"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