日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

[Practical.Vim(2012.9)].Drew.Neil.Tip20学习摘要

發布時間:2024/3/12 编程问答 45 豆豆
生活随笔 收集整理的這篇文章主要介紹了 [Practical.Vim(2012.9)].Drew.Neil.Tip20学习摘要 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Visual mode allows us to select a range of text and then operate upon it. However intuitive this might seem, Vim’s perspective on selecting text is different from other text editors。
Visual模式允許用戶方便的選擇一段文字然后進行操作。Vim下的文本選擇方式和我們一般所遇到的文本編輯器不一樣。

Many of the commands that you are familiar with from Normal mode work just the same in Visual mode. We can still use h , j , k, and l as cursor keys.
We can use f{char} to jump to a character on the current line and then repeat or reverse the jump with the ; and , commands, respectively. We can even use the search command (and n / N) to jump to pattern matches. Each time we move our cursor in Visual mode, we change the bounds of the selection

在 visual模式下,可以執行許多Normal模式下的命令。比如可以使用h,j,k和l來移動光標,可以使用 f{char}在當前行跳到字符位置,使用;或,重復命令。我們還可以使用搜索命令,然后使用n或N跳到模式匹配的項上。在Visual模式中通過移動光標可以改變文本選擇的范圍。

總結

以上是生活随笔為你收集整理的[Practical.Vim(2012.9)].Drew.Neil.Tip20学习摘要的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。