mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
code: change zen mode keybind to ctrl+alt+z
This commit is contained in:
parent
2e5ace3598
commit
b734cba3b8
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
Loading…
Reference in New Issue
Block a user