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" }