diff --git a/.config/VSCodium/User/keybindings.json b/.config/VSCodium/User/keybindings.json index d2653d2d..69617c8b 100644 --- a/.config/VSCodium/User/keybindings.json +++ b/.config/VSCodium/User/keybindings.json @@ -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", diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 5de3a10b..1887cd7f 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -1118,7 +1118,7 @@ } ], "workbench.statusBar.visible": false, - "editor.matchBrackets": false, + "editor.matchBrackets": "never", "workbench.editor.showTabs": "multiple", "workbench.activityBar.location": "hidden" }