mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
Change keybindings on Codium
This commit is contained in:
parent
fa93b22fd9
commit
8d47b478f5
1 changed files with 12 additions and 0 deletions
12
tongfang/.config/VSCodium/User/keybindings.json
Normal file
12
tongfang/.config/VSCodium/User/keybindings.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"key": "ctrl+shift+d",
|
||||
"command": "editor.action.selectHighlights",
|
||||
"when": "editorFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+f2",
|
||||
"command": "-editor.action.selectHighlights",
|
||||
"when": "editorFocus"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue