码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-05-04 18:18:55      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:vim   linux   

Meet the Dot Command

The dot command lets us repeat the last change. It is the most powerful and versatile command in Vim.
. 命令重复上一次对文本更改的操作。
第一个例子

技术分享
x命令删除当前光标下的字符,然后.命令重复上面的操作(删除当前字符)

第二个例子
技术分享
dd命令删除当前行,.命令重复上面操作

第三个例子
技术分享
>G命令增加当前行的缩进,j命令让当前光标移动下一行处,.命令重复>G命令。

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

标签:vim   linux   

原文地址:http://blog.csdn.net/wdy_yx/article/details/45481967

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!