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???
vim --version
shows -clipboard and -xterm_clipboard – vegarabapt-get install vim
and try again. Let us know if it does not fix the issue – dlmeetei