home: vim: fix unimpaired mapping groups
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
fbd3b70d61
commit
e67b055a7b
|
@ -66,7 +66,7 @@ local keys = {
|
||||||
{ "]d", lsp.goto_next_diagnostic, desc = "Next diagnostic" },
|
{ "]d", lsp.goto_next_diagnostic, desc = "Next diagnostic" },
|
||||||
|
|
||||||
-- Enable option
|
-- Enable option
|
||||||
{ "[o", desc = "Enable option" },
|
{ "[o", group = "Enable option" },
|
||||||
{ "[ob", desc = "Light background" },
|
{ "[ob", desc = "Light background" },
|
||||||
{ "[oc", desc = "Cursor line" },
|
{ "[oc", desc = "Cursor line" },
|
||||||
{ "[od", desc = "Diff" },
|
{ "[od", desc = "Diff" },
|
||||||
|
@ -85,7 +85,7 @@ local keys = {
|
||||||
{ "[oz", desc = "Spell checking" },
|
{ "[oz", desc = "Spell checking" },
|
||||||
|
|
||||||
-- Disable option
|
-- Disable option
|
||||||
{ "]o", desc = "Disable option" },
|
{ "]o", group = "Disable option" },
|
||||||
{ "]ob", desc = "Light background" },
|
{ "]ob", desc = "Light background" },
|
||||||
{ "]oc", desc = "Cursor line" },
|
{ "]oc", desc = "Cursor line" },
|
||||||
{ "]od", desc = "Diff" },
|
{ "]od", desc = "Diff" },
|
||||||
|
|
Loading…
Reference in a new issue