Which-key works outside of insert mode in VSCode

This commit is contained in:
haininhhoang 2020-11-20 12:46:12 +07:00 committed by GitHub
parent b00f4c79ad
commit 44e877e72b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -219,4 +219,10 @@
"key": "ctrl+shift+t",
"command": "workbench.action.toggleMaximizedPanel"
}
{
"key": "space",
"command": "whichkey.show",
"when": "neovim.mode != 'insert'"
},
]