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
Post a Comment