diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 095b855..dcae37c 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -73,5 +73,13 @@ { "key": "ctrl+9", "command": "workbench.action.openEditorAtIndex9" + }, + { + "key": "ctrl+alt+z", + "command": "workbench.action.toggleZenMode" + }, + { + "key": "ctrl+k z", + "command": "-workbench.action.toggleZenMode" } ] \ No newline at end of file