mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-26 10:48:45 +02:00
fix(which-key): change surround group key (#1598)
This commit is contained in:
parent
cce46cd640
commit
f1ea518e29
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ return {
|
|||
defaults = {
|
||||
mode = { "n", "v" },
|
||||
["g"] = { name = "+goto" },
|
||||
["gz"] = { name = "+surround" },
|
||||
["gs"] = { name = "+surround" },
|
||||
["]"] = { name = "+next" },
|
||||
["["] = { name = "+prev" },
|
||||
["<leader><tab>"] = { name = "+tabs" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue