mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
stop leader key triggering which-key in select mode
This commit is contained in:
parent
df8f9dfafb
commit
08430b5c28
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ return {
|
|||
defaults = {},
|
||||
spec = {
|
||||
{
|
||||
mode = { "n", "v" },
|
||||
mode = { "n", "x" },
|
||||
{ "<leader><tab>", group = "tabs" },
|
||||
{ "<leader>c", group = "code" },
|
||||
{ "<leader>d", group = "debug" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue