fix: add description of H/M/L default binding
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user