Outdent in TextMate not working
Option + Tab work just fine when I indent, but Shift + Option + Tab just seems to delete the code that I've highlighted. How do 开发者_StackOverflowI outdent?
According to the docs, command + [ or command + ] should decrease or increase the indentation level respectively.
However, if you search tha that page for the following text:
4.6.1 Increase/Decrease Indent Level
...you will see that shift + option + tab should work, at least on European keyboard layouts.
Didn't know you could do that. Well, it works on my installation so something has changed. OK not much help but try
cmd + [ for outdent and cmd + ] for indent
To indent and outdent, I use Apple + ] or [.
精彩评论