mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 02:24:58 +02:00
Which-key works outside of insert mode in VSCode
This commit is contained in:
parent
b00f4c79ad
commit
44e877e72b
1 changed files with 6 additions and 0 deletions
|
@ -219,4 +219,10 @@
|
|||
"key": "ctrl+shift+t",
|
||||
"command": "workbench.action.toggleMaximizedPanel"
|
||||
}
|
||||
{
|
||||
"key": "space",
|
||||
"command": "whichkey.show",
|
||||
"when": "neovim.mode != 'insert'"
|
||||
},
|
||||
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue