From f4e5b82aafe863656e863524b3691948e1a02ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 1 Jun 2024 01:36:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(vscodium):=20trigger=20which?= =?UTF-8?q?-key=20menu=20when=20inside=20the=20editor=20or=20the=20fileExp?= =?UTF-8?q?lorer?= 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/VSCodium/User/keybindings.json b/.config/VSCodium/User/keybindings.json index 3a2dfeec..d2653d2d 100644 --- a/.config/VSCodium/User/keybindings.json +++ b/.config/VSCodium/User/keybindings.json @@ -288,7 +288,7 @@ { "key": "space", "command": "whichkey.show", - "when": "neovim.mode != 'insert' && !inputFocus" + "when": "editorFocus || filesExplorerFocus && !inputFocus && neovim.mode != 'insert'" }, { "key": "alt+enter", diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 86b81470..5de3a10b 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -163,7 +163,7 @@ "animations.CursorAnimationOptions": { "Color": "#b7bdf8", "CursorStyle": "block", - "TrailLength": 3 + "TrailLength": 2 }, "animations.Active": "Indent", "animations.Scrolling": "Slide", @@ -1118,7 +1118,7 @@ } ], "workbench.statusBar.visible": false, - "editor.matchBrackets": "never", + "editor.matchBrackets": false, "workbench.editor.showTabs": "multiple", "workbench.activityBar.location": "hidden" }