change keybinding in mac to use max terminal instead of macros

This commit is contained in:
梁鸿 2020-05-18 16:30:26 +08:00
parent 9fb9005c50
commit 58682cb7e3
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
}, },
{ {
"key": "cmd+e", "key": "cmd+e",
"command": "macros.terminal", "command": "workbench.action.toggleMaximizedPanel",
"when": "!activePanel" "when": "!activePanel"
}, },
{ {