code: change zen mode keybind to ctrl+alt+z

This commit is contained in:
Guilherme Rugai Freire 2021-10-09 11:51:10 -03:00
parent 2e5ace3598
commit b734cba3b8
No known key found for this signature in database
GPG Key ID: 0F9FE41723A8A297

View File

@ -73,5 +73,13 @@
{ {
"key": "ctrl+9", "key": "ctrl+9",
"command": "workbench.action.openEditorAtIndex9" "command": "workbench.action.openEditorAtIndex9"
},
{
"key": "ctrl+alt+z",
"command": "workbench.action.toggleZenMode"
},
{
"key": "ctrl+k z",
"command": "-workbench.action.toggleZenMode"
} }
] ]