I normally use vim and neovim on the Gnome Terminal where I can paste from the Gnome clipboard with SHIFT+INSERT but this does not work in neovide (Arch Linux AUR package neovide-git 0.7.0.r336.g86aa275-1).
How can I enable clipboard paste with SHIFT+INSERT in neovide like it works in normal vim/nvim from the terminal?
Make a new configuration file for GUI configuration as:
~/.config/nvim/ginit.vim
After that, add the below line to paste using SHIFT+INSERT as:
map! <S-Insert> <C-R>+
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With