Reputation: 47431
I am using slim with emacs for development. I am able to indent blocks of slim code by just marking the block and then pressing tab.
However how do I unindent a whole block back? Any help will be appreciated.
Thanks, Murtaa
Upvotes: 0
Views: 855
Reputation: 17422
Select the code block, then do C-u - 4 C-x TAB to unindent the marked region by 4 spaces.
This answer might also be interesting to you: https://stackoverflow.com/a/11624677/261142
Upvotes: 1