You are not logged in.
Pages: 1
I'm running ArchLinux on a VirtualBox VM. KDE. Things work.
But vim... I've got some weird clipboard behaviour going on.
I have installed gvim (9.1). I'm seeing +clipboard when I
vim --versionAnd this, from my .vimrc:
syntax on
filetype on
set shiftwidth=4 smarttab
set expandtab
set clipboard=unnamedplus
set numberSo....
I can copy from vim in one konsole tab, and paste to vim in another konsole tab.
I can copy from vim in the konsole and paste to an external app.
I can copy from an external app, and paste into gvim.
But.
I can't copy from an external app, and paste into vim.
With this exception:
I can copy text from my host machine and paste this to my guest (that's the ArchLinux VM) - including directly into vim in the konsole!!
Anyone, any ideas, greatly appreciated
Last edited by ch0maru (2024-05-25 12:48:24)
Offline
https://bbs.archlinux.org/viewtopic.php?id=293952 though the last post suggests it ha been fixed (but w/o any reference to a pot. fix)
Offline
Update, on receipt of seth's pass.
I changed the Session to Plasma (X11) on the login screen and all works.
For Plasma (Wayland), to enable the kind of vim-anotherapp-vim clipboard behaviour I'm looking for, I used Jason Cox's vim-wayland-clipboard plugin.
Thank you
Offline
Pages: 1