mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-04-13 07:39:38 +02:00
fix(code-server): rebind terminal suggestions kb shortcut
This commit is contained in:
parent
8082236e62
commit
01b97be9c3
1 changed files with 15 additions and 0 deletions
|
|
@ -105,5 +105,20 @@
|
||||||
"key": "f5",
|
"key": "f5",
|
||||||
"command": "-workbench.action.debug.continue",
|
"command": "-workbench.action.debug.continue",
|
||||||
"when": "debugState == 'stopped'"
|
"when": "debugState == 'stopped'"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+alt+space",
|
||||||
|
"command": "workbench.action.terminal.triggerSuggest",
|
||||||
|
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+space",
|
||||||
|
"command": "-workbench.action.terminal.triggerSuggest",
|
||||||
|
"when": "config.terminal.integrated.suggest.enabled && terminalFocus && terminalProcessSupported && !terminalSuggestWidgetVisible"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+alt+space",
|
||||||
|
"command": "-workbench.action.terminal.suggestToggleDetailsFocus",
|
||||||
|
"when": "!textInputFocus"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue