Last active
August 29, 2015 14:25
-
-
Save Johnytran/3c54e8ed46bb59a97230 to your computer and use it in GitHub Desktop.
paste clipboard to vim
This file contains hidden or 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 + | |
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