home: vim: consistent 'unimpaired' mapping names
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
c6735f3912
commit
abaa7119e7
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue