7 lines
91 B
Lua
7 lines
91 B
Lua
local opt = {noremap = true}
|
|
|
|
G.map({
|
|
{'n', 'j', 'gj', opt},
|
|
{'n', 'k', 'gk', opt},
|
|
})
|