VG
Size: a a a
VG
VL
YS
SK
SK
in
VG
YS
ND
VG
VL
SK
VG
ND
Thanks to wl-clipboard there is no need for any additional feature-rich vim packages or recompiling. Just install it (needs to be done manually for now, but it seems an official Fedora package has already been submitted for review) and add the following to your ~/.vimrc:
xnoremap "+y y:call system("wl-copy", @")<cr>
nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '<C-v><C-m>', '', 'g')<cr>p
nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '<C-v><C-m>', '', 'g')<cr>p
VL
VL
VG
VG
VL
VL