Created
June 30, 2015 17:22
-
-
Save addicted2sounds/da54bc504984ab45698e to your computer and use it in GitHub Desktop.
Vim settings
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
set clipboard=unnamedplus " use the clipboards of vim and win | |
set paste " Paste from a windows or from vim | |
set go+=a " Visual selection automatically copied to the clipboard | |
set guioptions+=a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment