From c3e18e232ff40353d2aa30b3c9e83d826cb71357 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 19 Nov 2024 23:00:16 +0100 Subject: [PATCH] fix: add description of H/M/L default binding --- lua/core/mappings.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index 0648972..ea6977f 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -86,6 +86,7 @@ vim.keymap.set('c', '', '') -- - indent, see :h i_CTRL-T -- - un-indent, see :h i_CTRL-D -- normal mode: +-- H/M/L - Jump to highest/middle/lowest line in window. -- - scroll window down lines, see :h CTRL-E -- - scroll window up lines, see :h CTRL-Y -- - Increment