Created
June 19, 2017 17:20
-
-
Save et/1dab8d3aafe781c27d8dc9d4776f3289 to your computer and use it in GitHub Desktop.
neovim clipboard settings for mac
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
" Allows yank to copy to clipboard | |
set cb=unnamed | |
" Allows pasting from clipboard | |
set cb=unnamedplus | |
" Allows selecting text and using CMD+c | |
set mouse= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment