mur*_*uru 10
转到导航帮助 ( :h navigation
):
Cursor motions cursor-motions navigation
These commands move the cursor position. If the new position is off of the
screen, the screen is scrolled to show the cursor (see also 'scrolljump' and
'scrolloff' options).
1. Motions and operators operator
2. Left-right motions left-right-motions
3. Up-down motions up-down-motions
4. Word motions word-motions
5. Text object motions object-motions
6. Text object selection object-select
7. Marks mark-motions
8. Jumps jump-motions
9. Various motions various-motions
Run Code Online (Sandbox Code Playgroud)
Text object motions
似乎是最有可能的候选人(或将是Jumps
?)。移至object-motions
并按下<c-]>
( Ctrl
]):
5. Text object motions object-motions
(
( [count] sentences backward. exclusive motion.
)
) [count] sentences forward. exclusive motion.
{
{ [count] paragraphs backward. exclusive motion
}
} [count] paragraphs forward. exclusive motion.
Run Code Online (Sandbox Code Playgroud)
答对了!
小智 6
下一个空行使用(右大括号):
}
Run Code Online (Sandbox Code Playgroud)
以前的空行使用(左大括号):
{
Run Code Online (Sandbox Code Playgroud)
在命令模式下键入以上内容