From 51e076af47fd88a23962800663923ab8ab9bdcb1 Mon Sep 17 00:00:00 2001 From: Janis Rullis Date: Fri, 22 Mar 2024 07:32:01 +0200 Subject: [PATCH] kb --- Tools/Code-editor/VSCode/keybindings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Tools/Code-editor/VSCode/keybindings.json b/Tools/Code-editor/VSCode/keybindings.json index b6d0794..023090d 100644 --- a/Tools/Code-editor/VSCode/keybindings.json +++ b/Tools/Code-editor/VSCode/keybindings.json @@ -58,5 +58,13 @@ "key": "ctrl+shift+c", "command": "editor.action.addCommentLine", "when": "editorTextFocus && !editorReadonly" +}, +{ + "key": "ctrl+2", + "command": "workbench.files.action.showActiveFileInExplorer" +}, +{ + "key": "ctrl+2", + "command": "-workbench.action.focusSecondEditorGroup" } ]