Change keybindings on Codium

This commit is contained in:
Bart van der Braak 2024-10-21 16:38:46 +02:00
parent fa93b22fd9
commit 8d47b478f5

View file

@ -0,0 +1,12 @@
[
{
"key": "ctrl+shift+d",
"command": "editor.action.selectHighlights",
"when": "editorFocus"
},
{
"key": "ctrl+f2",
"command": "-editor.action.selectHighlights",
"when": "editorFocus"
}
]