⚙️ config(vscodium): disable whichkey inside codeium chat
This commit is contained in:
parent
5d891b5924
commit
c5a379bb09
2 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@
|
|||
{
|
||||
"key": "space",
|
||||
"command": "whichkey.show",
|
||||
"when": "editorFocus || filesExplorerFocus && !inputFocus && neovim.mode != 'insert'"
|
||||
"when": "!inputFocus && neovim.mode != 'insert' && !codeium.chatPanelView.active && !codeium.searchPanelView.active"
|
||||
},
|
||||
{
|
||||
"key": "alt+enter",
|
||||
|
|
|
@ -1118,7 +1118,7 @@
|
|||
}
|
||||
],
|
||||
"workbench.statusBar.visible": false,
|
||||
"editor.matchBrackets": false,
|
||||
"editor.matchBrackets": "never",
|
||||
"workbench.editor.showTabs": "multiple",
|
||||
"workbench.activityBar.location": "hidden"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue