解決vim不能使用滑鼠右鍵複製的問題

來源:互聯網
上載者:User
之前,為瞭解決一個文法加亮的問題更改了vimrc,之後,突然發現滑鼠可以使用了,點到那裡游標就定位到
那裡,但是,隨後發現,ctrl+shift+c不能用了,滑鼠右鍵複製選項也是灰的。
到網上,搜了一下,發現是set mouse=a這句話的問題
這個是用來開啟滑鼠功能的。a表示所有模式

vi的三種模式:命令模式,插入模式,可視模式.滑鼠可以啟動於各種模式中:
The mouse can be enabled for different modes:
n Normal mode
v Visual mode
i Insert mode
c Command-line mode
h all previous modes when editing a help file
a all previous modes
r for |hit-enter| and |more-prompt| prompt
Normally you would enable the mouse in all four modes with:
:set mouse=a
When the mouse is not enabled, the GUI will still use the mouse for
modeless selection. This doesn't move the text cursor.

所以設定檔中的set mouse=a啟動了所有模式,這樣就屏蔽了滑鼠右健功能.

這裡我設定為set mouse=v在可視模式下使用滑鼠,然後搞定。

但是,這樣,其他模式就無法使用滑鼠定位了,有點不爽。莫非魚和熊掌不能兼得??

又到網上找了下,發現確實這樣,不過卻另有所獲:
無須更改set mouse=a

用滑鼠選中,按y鍵複製,然後點擊要粘貼的地方使用滑鼠中鍵粘貼!!!
支援誇檔案粘貼,比使用命令方便多了

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.