How Can We Help?
- Open Sublime Text 3
- Click on Preferences -> Key Bindings – User
- Make sure you have the following line:
[ { "keys": ["ctrl+k", "ctrl+d"], "command": "reindent", "args": {"single_line": false} } ]
[
{ "keys": ["ctrl+k", "ctrl+d"], "command": "reindent", "args": {"single_line": false} }
]