β² 511 βΌ Feature parity or get out (lemmy.world) submitted 9 months ago by mycodesucks@lemmy.world to c/linuxmemes@lemmy.world 264 comments fedilink hide all child comments
[β] ne0phyte@feddit.org 3 points 9 months ago I'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. permalink fedilink source parent