[Practical.Vim(2012.9)].Drew.Neil.Tip21學習摘要

來源:互聯網
上載者:User

標籤:vim   select   

Vim has three kinds of Visual mode. In character-wise Visual mode, we can select anything from a single character up to a range of characters within a line or spanning multiple lines. This is suitable for working at the level of individual words or phrases. If we want to operate on entire lines, we can use line-wise Visual mode instead. Finally, block-wise Visual mode allows us to work with columnar regions of the document

vim提供了3中形式的Visual模式。
第一種是字元模式,通過輸入命令v進入該模式,可以從一個字元開始選擇多個字元甚至多行字元。這種模式適合處理字或者段落。
第二種是行模式,可以快速選擇單行或者多行。
第三種是塊模式,可以選擇文本中某一方形地區的字元。

,我們可以輸入命令小寫v,進入字元模式。
輸入命令大寫V,進入行模式。
輸入命令ctrl+v進入塊模式。
然後結合移動命令,選擇所需的字元地區。

v進入字元Visual模式,
b為移動命令,移動到上一個word的首字元,在Visual模式下就是將選擇範圍增加到上一個字元,該例子中選擇範圍到“to”的t字元上。
再次執行b命令,選擇範圍增加到here的首字元h上。
在visual模式下一端是固定的,另外一端是可變的,我們可以通過命令o改變兩端。在該例子中,執行o後,移動端由原來左邊的h變為右邊的h,執行e命令,選擇範圍向後增加到下一個word的末尾。

[Practical.Vim(2012.9)].Drew.Neil.Tip21學習摘要

相關文章

聯繫我們

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