Skip to content

Instantly share code, notes, and snippets.

@getadeo
Created October 9, 2019 02:48
Show Gist options
  • Save getadeo/4699d33ed916eae7a6869892c72f8d99 to your computer and use it in GitHub Desktop.
Save getadeo/4699d33ed916eae7a6869892c72f8d99 to your computer and use it in GitHub Desktop.
On Mac OSX
copy selected part: visually select text(type v or V in normal mode) and type :w !pbcopy
copy the whole file :%w !pbcopy
paste from the clipboard :r !pbpaste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment