diff --git a/tongfang/.config/VSCodium/User/keybindings.json b/tongfang/.config/VSCodium/User/keybindings.json new file mode 100644 index 0000000..2b87520 --- /dev/null +++ b/tongfang/.config/VSCodium/User/keybindings.json @@ -0,0 +1,12 @@ +[ + { + "key": "ctrl+shift+d", + "command": "editor.action.selectHighlights", + "when": "editorFocus" + }, + { + "key": "ctrl+f2", + "command": "-editor.action.selectHighlights", + "when": "editorFocus" + } +]