Created
May 15, 2015 01:18
-
-
Save jamiekurtz/4ef51f02bbd95a933f8d to your computer and use it in GitHub Desktop.
Vim clipboard integration in Debian/Ubuntu
This file contains 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
# Vim clipboard integration in Debian/Ubuntu | |
sudo apt-get remove vim | |
sudo apt-get install vim-gtk | |
echo "set clipboard=unnamedplus" >> ~/.vimrc | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment