Deeplearning/lua/vscode/keymap.lua

7 lines
91 B
Lua

local opt = {noremap = true}
G.map({
{'n', 'j', 'gj', opt},
{'n', 'k', 'gk', opt},
})