docs(mappings): add some more good to knows

This commit is contained in:
2024-10-25 13:30:24 +02:00
parent 843bfdc4c6
commit 0e0b09d54c
+7
View File
@@ -101,6 +101,12 @@ vim.keymap.set('c', '<M-BS>', '<C-w>')
-- normal mode: -- normal mode:
-- <count?><C-E> - scroll window down <count> lines, see :h CTRL-E -- <count?><C-E> - scroll window down <count> lines, see :h CTRL-E
-- <count?><C-Y> - scroll window up <count> lines, see :h CTRL-Y -- <count?><C-Y> - scroll window up <count> lines, see :h CTRL-Y
-- <C-A> - Increment
-- <C-X> - Decrement
-- <C-w>H - Move window to the left
-- <C-w>J - Move window down
-- <C-w>K - Move window up
-- <C-w>L - Move window to the right
-- commands: -- commands:
-- :make - execute makeprg with given args -- :make - execute makeprg with given args
-- :copen - open quickfix list -- :copen - open quickfix list
@@ -125,3 +131,4 @@ vim.keymap.set('c', '<M-BS>', '<C-w>')
-- print(v) -- print(v)
-- end -- end
-- EOF -- EOF
-- :diffsplit <other-file> - open diff split