scroll with zj zk
This commit is contained in:
parent
d9a4cc992d
commit
5a351dfcff
|
@ -359,6 +359,10 @@ M.movements = {
|
||||||
-- spell
|
-- spell
|
||||||
["]s"] = { "]s", "go to next spelling mark" },
|
["]s"] = { "]s", "go to next spelling mark" },
|
||||||
["[s"] = { "[s", "go to last spelling mark" },
|
["[s"] = { "[s", "go to last spelling mark" },
|
||||||
|
|
||||||
|
-- just scroll a line
|
||||||
|
["zk"] = { "<C-y>", "scroll up a line" },
|
||||||
|
["zj"] = { "<C-e>", "scroll down a line" },
|
||||||
},
|
},
|
||||||
v = {
|
v = {
|
||||||
--big move
|
--big move
|
||||||
|
|
Loading…
Reference in New Issue