首页 > 系统服务 > 详细

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

时间:2015-04-22 00:37:48      阅读:148      评论:0      收藏:0      [点我收藏+]

Move Word-Wise

在Vim中以word为单位更加快速的左右移动快捷键为:
技术分享

直观的展示如下
技术分享
这些快捷键可以和其他命令结合使用,快速选择一个word。
技术分享

Taken together, the ea commands can be read as “Append at the end of the current word. ” I use ea often enough that it feels to me like a single command. Occasionally useful, the gea command can be read as “append at the end of the previous word. ”
ea命令要拆开为ea两个命令来看,e移动到本word的末尾一个字符,a在当前字符后插入。

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

原文:http://blog.csdn.net/wdy_yx/article/details/45180227

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!