Vim Notes | neovim using system clipboard

Install xsel or xclip

Test in arch linux:

sudo pacman -S xclip

Copy to system clipboard by :

"+yy

To ALWAYS use the clipboard for ALL operations:

set clipboard+=unnamedplus

你可能感兴趣的:(Vim Notes | neovim using system clipboard)