mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-28 05:54:23 +02:00
stop leader key triggering which-key in select mode
This commit is contained in:
parent
fa94c73362
commit
7f7b270fbd
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
Add a link
Reference in a new issue