Jumping to unpaired parenthesis in Vim? -
as vim highlighted unpaired parenthesis (in red background in windows considered syntax error), there way jump next/previous unpaired parenthesis directly? include characters {}[]()
you can use
[( to go previous (
you can use
]) to go next )
you can use
[{ to go previous {
you can use
]} to go next }
don't know how go previous [ or next ]
use :help [( online on these commands.
Comments
Post a Comment