1
votes

I am running KDE Neon (Ubuntu) and want to be able to yank and copy to/from system clipboard. The standard vim application that is preinstalled on Ubuntu systems does not support this.

What version of VIM should I run to get this support? I want to run VIM in the terminal, so gvim is not an option. I have been looking at nvim, but it grabs .vim and .vimrc from somwhere else???

1
How did you determine that the Ubuntu vim doesn't support it?melpomene
vim --version shows -clipboard and -xterm_clipboardvegarab
ubuntu, by default, installs vim-tiny. Do a apt-get install vim and try again. Let us know if it does not fix the issuedlmeetei
I still have the same version of vim, missing clipard and xterm_clipboard @dlmeeteivegarab

1 Answers

5
votes

$ sudo apt-get install vim-gtk will give you a Vim built against X with the +clipboard feature.