home: vim: consistent 'unimpaired' mapping names
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-07-20 11:34:42 +01:00
parent c6735f3912
commit abaa7119e7

View file

@ -86,7 +86,7 @@ local keys = {
z = "Spell checking", z = "Spell checking",
}, },
["]o"] = { ["]o"] = {
name = "Option off", name = "Disable option",
b = "Light background", b = "Light background",
c = "Cursor line", c = "Cursor line",
d = "Diff", d = "Diff",
@ -105,7 +105,7 @@ local keys = {
z = "Spell checking", z = "Spell checking",
}, },
["yo"] = { ["yo"] = {
name = "Option toggle", name = "Toggle option",
b = "Light background", b = "Light background",
c = "Cursor line", c = "Cursor line",
d = "Diff", d = "Diff",