scroll with zj zk

This commit is contained in:
Christoph J. Scherr 2024-01-31 15:44:54 +01:00
parent d9a4cc992d
commit 5a351dfcff
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 4 additions and 0 deletions

View File

@ -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