Created
January 21, 2019 03:18
-
-
Save Leo7654/47e2e61aa9778a6dc5187405fc062ff5 to your computer and use it in GitHub Desktop.
Vim: Copy selected line to clipboard via visual on OSX
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
- Select | |
v | |
- Copy | |
:'<,'>:w !pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment