mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-25 02:08:54 +02:00
fix(which-key): set group names for n
and v
This commit is contained in:
parent
e01ec0ddbd
commit
81146e2445
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ return {
|
|||
key_labels = { ["<leader>"] = "SPC" },
|
||||
})
|
||||
wk.register({
|
||||
mode = { "n", "v" },
|
||||
["g"] = { name = "+goto" },
|
||||
["]"] = { name = "+next" },
|
||||
["["] = { name = "+prev" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue