Friday, May 17, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 3606  / 2 Years ago, fri, january 7, 2022, 3:03:06

I have install Vim 8 (so that I can use ale). Unfortunately I can't seem to get the system clipboard to work. (E.g. using vim-gnome I would use the "+y to yank to the system clipboard. Has anybody got this working?



I installed Vim 8 using:



sudo add-apt-repository ppa:jonathonf/vim
sudo apt update
sudo apt install vim

More From » vim

 Answers
7

If after adding the jonathanf/vim PPA you apt install vim, it installs vim.basic. If you instead apt install vim-gtk3, then you get vim.gtk3 which has +clipboard, and thus the system clipboard. Regardless of which one you install, it will get symlinked to /usr/bin/vim



(converted my comment to an answer in case anyone else stumbles into here)


[#9073] Sunday, January 9, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
epypian

Total Points: 130
Total Questions: 111
Total Answers: 113

Location: Romania
Member since Mon, Jun 6, 2022
2 Years ago
;