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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -