美文网首页
Vim Notes | neovim using system

Vim Notes | neovim using system

作者: WangLane | 来源:发表于2020-09-14 16:38 被阅读0次

    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

          本文链接:https://www.haomeiwen.com/subject/zwdpdktx.html