diff --git a/package.json b/package.json index 76a6a9f..0928aec 100755 --- a/package.json +++ b/package.json @@ -199,6 +199,11 @@ "key": "cmd+d", "command": "editor.action.duplicateSelection", "when": "editorTextFocus" + }, + { + "key": "ctrl+i", + "command": "editor.action.reindentselectedlines", + "when": "editorTextFocus" } ] },