mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
12 lines
253 B
JSON
12 lines
253 B
JSON
[
|
|
{
|
|
"key": "ctrl+shift+d",
|
|
"command": "editor.action.selectHighlights",
|
|
"when": "editorFocus"
|
|
},
|
|
{
|
|
"key": "ctrl+f2",
|
|
"command": "-editor.action.selectHighlights",
|
|
"when": "editorFocus"
|
|
}
|
|
]
|