Created
August 16, 2015 09:44
-
-
Save 0xItx/e131aff997a4875d136f to your computer and use it in GitHub Desktop.
Prevent Vi from clearing X clipboard on exit
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
au VimLeave * call system('xclip -in -selection clipboard', getreg('+')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment