diff --git a/lua/keymaps.lua b/lua/keymaps.lua index 5ec58e2..227aa78 100644 --- a/lua/keymaps.lua +++ b/lua/keymaps.lua @@ -48,6 +48,8 @@ U.keymaps({ mode = "v", }, { "", "", desc = "Escape the terminal", mode = "t" }, + { "", "zz", desc = "Vertical half page down and center cursor" }, + { "", "zz", desc = "Vertical half page up and center cursor" }, -- Buffers { "b", "b#", desc = "Switch to last buffer", mode = nvx }, @@ -55,7 +57,7 @@ U.keymaps({ "q", function() -- Custom close/quituto - -- + -- -- * if non empty buffer, we will simply open a new empty buffer unless -- it is in the close always list -- * if empty buffer, then we will quit this buffer