VIM TIP7

To jump to the beginning of a C code block (while, switch, if etc),use the [{ command. 跳到代码块头,用[{ To jump to the end of a C code block (while, switch, if etc),use the ]} command. 跳到代码块头,用]} The above two commands will work from anywhere inside the code block. 上边两个命令在代码块中的任何地方都适用 To jump to the beginning of a parenthesis圆括号 use the [( command. 跳到 To jump to the end of a parenthesis圆括号 use the ]) command.

To get more help on these commands, do 想知道更多,请查阅帮助

:help [{ :help ]} :help [( :help ])
My del.icio.us Tags

评论