Copying text outside of Vim with set mouse=a enabled

后端 未结 14 816
陌清茗
陌清茗 2020-12-07 06:54

After enabling set mouse=a, text copied inside of Vim will not paste outside of Vim. Does anybody know of a way to fix this?

Here, selecting text with t

相关标签:
14条回答
  • 2020-12-07 07:33

    If you are using, Putty session, then it automatically copies selection. If we have used "set mouse=a" option in vim, selecting using Shift+Mouse drag selects the text automatically. Need to check in X-term.

    0 讨论(0)
  • 2020-12-07 07:34

    Instead of set mouse=a use set mouse=r in .vimrc

    0 讨论(0)
提交回复
热议问题