Skip to content

Instantly share code, notes, and snippets.

@ph5i
Created March 5, 2025 16:25
Show Gist options
  • Save ph5i/bdf37ef93b5c7036b8f62190dc203835 to your computer and use it in GitHub Desktop.
Save ph5i/bdf37ef93b5c7036b8f62190dc203835 to your computer and use it in GitHub Desktop.
clipboard support vim
# check if clipboard support is enabled
vim --version | grep clipboard
# output = "-clipboard"?
# proceed
# ubuntu/deb
sudo apt install vim-gtk3
# fedora
sudo dnf install vim-X11
# macos
brew install vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment