Hacker News new | ask | show | jobs
by filip01 4732 days ago
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}}

1 comments

Ah, lovely, thanks! Note, just replace "command" with "ctrl" for Windows
I think you can use 'super' for cross platform compatibility.