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

来源:互联网 发布:aso关键字优化技巧 编辑:程序博客网 时间:2024/05/22 04:30

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

0 0
原创粉丝点击