Text editor function to indent multiple lines at once
Command - Close Bracket (]) to tab right;
Command Shift Close Bracket to space right;
Same with Open Bracket ([) to move left
You can do:
Command + ]
: to tab rightCommand + Shift + ]
: to space rightCommand + Shift + [
: to move left
You can go to Preferences > Keyboard and then select "Allow Tab key to indent text blocks".