fix: add description of H/M/L default binding

This commit is contained in:
2024-11-19 23:00:16 +01:00
parent 1000847cc4
commit c3e18e232f
+1
View File
@@ -86,6 +86,7 @@ vim.keymap.set('c', '<M-BS>', '<C-w>')
-- <C-T> - indent, see :h i_CTRL-T -- <C-T> - indent, see :h i_CTRL-T
-- <C-D> - un-indent, see :h i_CTRL-D -- <C-D> - un-indent, see :h i_CTRL-D
-- normal mode: -- normal mode:
-- H/M/L - Jump to highest/middle/lowest line in window.
-- <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-A> - Increment