6 ms·
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":
by filip01 13y 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}}
- blahbap 13y agoAh, lovely, thanks! Note, just replace "command" with "ctrl" for Windows
- danielsamuels 13y agoI think you can use 'super' for cross platform compatibility.