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 -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -