diff --git a/lua/custom/mappings.lua b/lua/custom/mappings.lua index e6047d0..58f37fb 100644 --- a/lua/custom/mappings.lua +++ b/lua/custom/mappings.lua @@ -359,6 +359,10 @@ M.movements = { -- spell ["]s"] = { "]s", "go to next spelling mark" }, ["[s"] = { "[s", "go to last spelling mark" }, + + -- just scroll a line + ["zk"] = { "", "scroll up a line" }, + ["zj"] = { "", "scroll down a line" }, }, v = { --big move