Copying text outside of Vim with set mouse=a enabled

后端 未结 14 818
陌清茗
陌清茗 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.

提交回复
热议问题