kasecato / vscode-intellij-idea-keybindings

Port of IntelliJ IDEA key bindings for VS Code.
https://marketplace.visualstudio.com/items?itemName=k--kato.intellij-idea-keybindings
MIT License
817 stars 135 forks source link

Command + S will do all save instead of save, I need to save a single file #249

Closed GanZhiXiong closed 2 years ago

GanZhiXiong commented 2 years ago

Many times I will open a file with vscode, such as a.txt, and then press Command + N to create a new edit window for writing temporary data that doesn't need to be saved. When I modify a.tuck and press Command + S, A.tuck is saved, but a dialog box will pop up to save the new edit window file.

This bothers me because I just want to save A.txt.

GanZhiXiong commented 2 years ago

I have solved this problem and the steps are as follows:

  1. Open the keyboard shortcut image

But I found a new problem, Cmd + k + S does not work.

  1. Search for save and map Command + S to Save all to delete or modify