diff --git a/vscode/keybindings.json b/vscode/keybindings.json index f8fa166..4aba105 100644 --- a/vscode/keybindings.json +++ b/vscode/keybindings.json @@ -101,6 +101,14 @@ "key": "ctrl+shift+s", "command": "workbench.action.files.saveAll" }, + { + "key": "ctrl+k s", + "command": "workbench.action.files.saveAs" + }, + { + "key": "ctrl+shift+s", + "command": "-workbench.action.files.saveAs" + }, { "key": "ctrl+shift+w", "command": "-workbench.action.closeWindow"