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

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在当前字符后插入。

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。