Is there a vim command to move the cursor to the parent bracket? -


is there vim command move cursor parent bracket?

i have configuration file one, , want go straight parent bracket. there simple movement command this, or there way combine commands want?

parent{ // want move cursor here     child { stuff... }    child { stuff... }    child { stuff... }  ...     child { stuff... } // cursor on line    child { grandchild { more stuff } }    child { stuff... } } 

yes. [{ in normal mode that. might not work languages though.

many move commands available @ :help [.


Comments

Popular posts from this blog

400 Bad Request on Apache/PHP AddHandler wrapper -

Add email recipient to all new Trac tickets -

php - Change action and image src url's with jQuery -