Created
March 5, 2025 16:25
-
-
Save ph5i/bdf37ef93b5c7036b8f62190dc203835 to your computer and use it in GitHub Desktop.
clipboard support vim
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
# 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