Skip to content

Instantly share code, notes, and snippets.

@Johnytran
Last active August 29, 2015 14:25
Show Gist options
  • Save Johnytran/3c54e8ed46bb59a97230 to your computer and use it in GitHub Desktop.
Save Johnytran/3c54e8ed46bb59a97230 to your computer and use it in GitHub Desktop.
paste clipboard to vim
:put +
or
There are two simple ways to do this. Make your file in insert mode and 1) press the middle button (the scroll wheel) in your mouse, or 2) Ctrl + Shift + V
"+p Normal mode put command pastes system clipboard after cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment