The Cmd-W (or Ctrl-W) keyboard shortcut should close only the editor, not the left dock #41122
natesilva
started this conversation in
Config, Settings and Keymaps
Replies: 1 comment
-
|
The amount of times I've closed my left dock because of this. Tried changing settings, but can't seem to make |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, Cmd-W (on Mac) or Ctrl-W (on Windows) is mapped to several actions including
pane: close active itemandworkspace: close active dock.It’s been frustrating for me to accidentally close the left dock when I meant to close the visible open document. To reproduce:
Expected behavior: The file closes.
Actual behavior: The left panel closes.
In VS Code, Cmd-W/Ctrl-W does not close the file panel. It closes the document.
Beta Was this translation helpful? Give feedback.
All reactions