Skip to content

Commit

Permalink
install vim-gtk3 to have clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Dec 29, 2024
1 parent ed6dd35 commit 305f744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions vim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Add "set clipboard=unnamedplus" to ~/.vimrc then
you can use "yy" in vim to copy text to the clibboard
```
clipboard=unnamedplus
# checking if clipboard is supported
vim --version | grep 'clipboard'
```

### display line numbers
Expand Down
3 changes: 2 additions & 1 deletion vim/setup-deps-vimrc.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo apt update
sudo apt install vim vim-gtk
sudo apt install -y vim vim-gtk3
cd
wget https://raw.githubusercontent.com/mxochicale/tools/refs/heads/main/vim/setup-deps-vimrc.bash
rm setup-deps-vimrc.bash

0 comments on commit 305f744

Please sign in to comment.