VIM Ctrl-V Conflict with Windows Paste

來源:互聯網
上載者:User

標籤:

/************************************************************************************** *                        VIM Ctrl-V Conflict with Windows Paste * 聲明: *     本文主要是為了記錄在Windows上面使用VIM時遇到的Ctrl+V不能進入Visual塊模式的問題。 * *                                            2015-12-27 深圳 南山平山村 曾劍鋒 *************************************************************************************/一、參考文檔:    1. VIM Ctrl-V Conflict with Windows Paste        http://stackoverflow.com/questions/426896/vim-ctrl-v-conflict-with-windows-paste    2. GVIM的Ctrl+V粘貼/Visual塊模式衝突        http://tunps.com/gvim-ctrl-v-confliction    3. VIM: gvim 使用 Ctrl+V        http://blog.longwin.com.tw/2005/10/vim_gvim_ctrl_v_setting/二、解決方案:    1. Ctrl + v 換成了 Ctrl + q;    2. 修改 vim/vim"vim 版本號碼"/mswin.vim, 修改如下:            " CTRL-V and SHIFT-Insert are Paste            map <C-V> "+gP        改成(把 map <C-V> 刪掉就對了).            " CTRL-V and SHIFT-Insert are Paste            "map <C-V> "+gP        就可以用 Ctrl + v 了.

 

VIM Ctrl-V Conflict with Windows Paste

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.