add content
This commit is contained in:
parent
94df7c8562
commit
cc9afc5ffe
140 changed files with 10414 additions and 1 deletions
16
data/home/.config/Code/User/keybindings.json
Normal file
16
data/home/.config/Code/User/keybindings.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Place your key bindings in this file to override the defaultsauto[]
|
||||
[
|
||||
{
|
||||
"key": "ctrl+shift+space",
|
||||
"command": "-editor.action.triggerParameterHints",
|
||||
"when": "editorHasSignatureHelpProvider && editorTextFocus"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+shift+space",
|
||||
"command": "workbench.action.terminal.toggleTerminal"
|
||||
},
|
||||
{
|
||||
"key": "ctrl+m",
|
||||
"command": "-editor.action.toggleTabFocusMode"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue