Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
filip01
on June 28, 2013
|
parent
|
context
|
favorite
| on:
Sublime Text 3 Public Beta
Put this in your user key bindings and then you can auto-indent with cmd+shift+g:
{ "keys": ["command+shift+g"], "command": "reindent", "args": {"single_line": false}}
blahbap
on June 28, 2013
[–]
Ah, lovely, thanks! Note, just replace "command" with "ctrl" for Windows
danielsamuels
on June 28, 2013
|
parent
[–]
I think you can use 'super' for cross platform compatibility.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
{ "keys": ["command+shift+g"], "command": "reindent", "args": {"single_line": false}}