Skip to content

Commit

Permalink
kb
Browse files Browse the repository at this point in the history
  • Loading branch information
janis-rullis authored Mar 22, 2024
1 parent d846256 commit 51e076a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Tools/Code-editor/VSCode/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 51e076a

Please sign in to comment.