Skip to content

Commit

Permalink
unregister ctrl+shift+s from save as
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Oct 24, 2024
1 parent ad7844b commit 29e3aa0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vscode/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 29e3aa0

Please sign in to comment.