From b734cba3b832be4a38b329478802b73fb020839b Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sat, 9 Oct 2021 11:51:10 -0300 Subject: [PATCH] code: change zen mode keybind to ctrl+alt+z --- .config/Code/User/keybindings.json | 8 ++++++++ 1 file changed, 8 insertions(+) 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