Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
RegEx
on Jan 9, 2013
|
parent
|
context
|
favorite
| on:
Advanced Vim Registers
I visually highlight and call pbcopy on OS X and xclip on ubuntu. It has the annoying side effect of deleting the text, but a simple u fixes that.
So, highlight in visual mode, go into command mode, and !pbcopy
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
So, highlight in visual mode, go into command mode, and !pbcopy