How can I change multiple line code indentation in Textmate?

Solution 1:

Using Alt + Tab also works.

Solution 2:

Not sure about changing the tab but you can use

CMD + }

to indent multiple lines of code at the same time.

CMD + {

pushes it to the right.