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} } ]
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} }
]