Answers:
该|命令将执行您想要的操作,因为该命令30|会将您带到第30列。
bar
| To screen column [count] in the current line.
exclusive motion. Ceci n'est pas une pipe.
<Tab>字符将获得不同的结果。如果这些字符会在那里,你反而会想|30lh或|29l或029l或类似的东西。
50h将向左移动50个字符。
:set nowrap还可帮助减少屏幕行和文件行之间的混淆。
g0实现“当前屏幕行的开始”。
您可以使用该cursor功能。例如,要跳至第15行的第25列,可以使用:call cursor(15,25)。
"+call cursor($LINE,$COLUMN)"