// Place your key bindings in this file to override the defaultsauto[] [ { "key": "ctrl+d", "command": "-editor.action.addSelectionToNextFindMatch", "when": "editorFocus" }, { "key": "ctrl+up", "command": "-scrollLineUp", "when": "textInputFocus" }, { "key": "ctrl+up", "command": "editor.action.smartSelect.expand", "when": "editorTextFocus" }, { "key": "shift+alt+right", "command": "-editor.action.smartSelect.expand", "when": "editorTextFocus" }, { "key": "ctrl+d", "command": "editor.action.copyLinesUpAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+shift+alt+up", "command": "-editor.action.copyLinesUpAction", "when": "editorTextFocus && !editorReadonly" }, { "key": "ctrl+k", "command": "editor.action.deleteLines", "when": "textInputFocus && !editorReadonly" }, { "key": "ctrl+shift+k", "command": "-editor.action.deleteLines", "when": "textInputFocus && !editorReadonly" }, { "key": "ctrl+alt+s", "command": "workbench.action.files.saveWithoutFormatting" }, { "key": "ctrl+k s", "command": "-workbench.action.files.saveWithoutFormatting" } ]