Can TextMate be changed to “shift text to right” by highlighting text and pressing Tab?
Right now it actually replace the whole selected text with a tab character but I almost never want to do something like that. I think some other editors like Notepad++ will indent to the next level.
Cmd + ]will shift text to the right.If you really want to use Tab for that, then make a new command in the bundle editor and paste this in:
Then set the key equivalent to Tab.