完美解決vim在終端不能複製的問題

之前 用xshell,或者其餘工具ssh到遠程服務器,vim不能複製,搜索說是vim的 -xterm_clipboard沒有開啓.
今天發現,至少鼠標複製是不須要這個東東的!shell

在stackoverflow 上面看到有人說
Change mouse=a to mouse=r and that should fix your issue with that. If mouse=r doesn't give you all the copy past options change it to mouse=vvim

因而在vim 中輸入 :set mouse=r 就好了 ,還不行的話 :set mouse=v. 由於我用 mouse=r ,鼠標就已經能夠選中複製了,就沒有日後面測試.

好像vim 默認的 set mouse=a .

ps:
友情提示將 set mouse=r 添加到vimrc中.服務器

pps:
使用 help mouse 能夠看到這幾個選項的意思 ,不過我沒明白爲何不能複製!ssh

n   Normal mode
    v   Visual mode
    i   Insert mode
    c   Command-line mode
    h   all previous modes when in a help file
    a   all previous modes
    r   for |hit-enter| prompt
相關文章
相關標籤/搜索