dotfiles/tongfang/.config/VSCodium/User/keybindings.json
2024-10-21 16:38:46 +02:00

12 lines
253 B
JSON

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