Skip to content

Instantly share code, notes, and snippets.

@et
Created June 19, 2017 17:20
Show Gist options
  • Save et/1dab8d3aafe781c27d8dc9d4776f3289 to your computer and use it in GitHub Desktop.
Save et/1dab8d3aafe781c27d8dc9d4776f3289 to your computer and use it in GitHub Desktop.
neovim clipboard settings for mac
" 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