From c5a379bb09f22a5bf294f921df1480e155fe973f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 1 Jun 2024 21:47:35 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(vscodium):=20disabl?= =?UTF-8?q?e=20whichkey=20inside=20codeium=20chat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/VSCodium/User/keybindings.json | 2 +- .config/VSCodium/User/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }