diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index 5aa7bb8..c13259b 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -101,6 +101,12 @@ vim.keymap.set('c', '', '') -- normal mode: -- - scroll window down lines, see :h CTRL-E -- - scroll window up lines, see :h CTRL-Y +-- - Increment +-- - Decrement +-- H - Move window to the left +-- J - Move window down +-- K - Move window up +-- L - Move window to the right -- commands: -- :make - execute makeprg with given args -- :copen - open quickfix list @@ -125,3 +131,4 @@ vim.keymap.set('c', '', '') -- print(v) -- end -- EOF +-- :diffsplit - open diff split