Skip to content

Commit

Permalink
Disable closing editor pane with cmd-w
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jul 6, 2018
1 parent 7da2625 commit ffa30bb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@
"key": "alt+cmd+=",
"command": "workbench.action.increaseViewSize"
},
{
"key": "cmd+w",
"command": "-workbench.action.closeGroup",
"when": "activeEditorGroupEmpty && multipleEditorGroups"
},
{
"key": "alt+cmd+1",
"command": "workbench.action.editorLayoutSingle"
Expand Down

0 comments on commit ffa30bb

Please sign in to comment.