Y
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
blahbap
4732 days ago
Ah, lovely, thanks! Note, just replace "command" with "ctrl" for Windows
link
danielsamuels
4732 days ago
I think you can use 'super' for cross platform compatibility.
link