views:

69

answers:

1

Hi

I know from vim the % to move to associated ( ), { }, [ ]. How can I do that in textmate?

+1  A: 

I couldn't find a single command for it, but you can do Shift-Cmd-B to select text enclosed by brackets, and then press left or right arrow to get to the beginning or to the end of the block. :/

Mladen Jablanović