Skip to content

Instantly share code, notes, and snippets.

@jamiekurtz
Created May 15, 2015 01:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiekurtz/4ef51f02bbd95a933f8d to your computer and use it in GitHub Desktop.
Save jamiekurtz/4ef51f02bbd95a933f8d to your computer and use it in GitHub Desktop.
Vim clipboard integration in Debian/Ubuntu
# 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