【发布时间】:2012-11-13 01:25:36
【问题描述】:
可能重复:
What is the most efficient way to reach a spot on sight on VIM?
使用如下代码:
[caret here]create_stage :pay_deposit, due: deposit_due_date, actual: deposit_paid_date, action: 'Deposit', status: status
我想直接跳到actual: deposit_paid, [need to be here], action: 'etc' 的第 N 个逗号(或至少在其前后)/之前/之后
最有效的方法是什么? (我目前只是w-w-w,这很糟糕,也可以开始计算字数以使用12w 之类的东西,但这只会分散太多注意力)。
我不想搜索,因为我确实想保留当前的搜索和突出显示。
【问题讨论】:
标签: unix vim navigation editor