local M = {} M.general = { n = { [""] = { "10+", "Move cursor forward by 10 lines"}, [""] = { "10-", "Move cursor backward by 10 lines"}, }, v = { [""] = { "10+", "Move cursor forward by 10 lines"}, [""] = { "10-", "Move cursor backward by 10 lines"}, }, } return M