mycodesucks@lemmy.world to linuxmemes@lemmy.world · 3 days agoFeature parity or get outlemmy.worldimagemessage-square264fedilinkarrow-up1546arrow-down161
arrow-up1485arrow-down1imageFeature parity or get outlemmy.worldmycodesucks@lemmy.world to linuxmemes@lemmy.world · 3 days agomessage-square264fedilink
minus-squarene0phyte@feddit.orglinkfedilinkarrow-up3·2 days agoI’ve used this neovim keybind for years: vim.keymap.set({'n', 'x'}, 'gy', '"+y') -- copy vim.keymap.set({'n', 'x'}, 'gp', '"+p') -- paste I was able to copy/paste between nvim and other applications on sway, Hyprland, Niri and KDE on Wayland. The global clipboard register + should also work in modern regular vim afaik.
I’ve used this neovim keybind for years:
vim.keymap.set({'n', 'x'}, 'gy', '"+y') -- copy vim.keymap.set({'n', 'x'}, 'gp', '"+p') -- pasteI was able to copy/paste between nvim and other applications on sway, Hyprland, Niri and KDE on Wayland.
The global clipboard register + should also work in modern regular vim afaik.