Skip to content

Instantly share code, notes, and snippets.

@supaspoida
Created December 15, 2011 00:31
Show Gist options
  • Save supaspoida/1479277 to your computer and use it in GitHub Desktop.
Save supaspoida/1479277 to your computer and use it in GitHub Desktop.
Vim Tips

Vim has a special register for the system pasteboard.

Access it via: "*

Paste: "*p

Copy line: "*Y

Works with visual select etc. For more on registers: :help registers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment