diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index f19debd..f7c52c3 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -15,8 +15,10 @@ wk.register({ t = { name = "tabs", n = { "tabnew", "New Tab" }, - j = { "BufferPrevious", "Previous Tab" }, - k = { "BufferNext", "Next Tab" }, + j = { "BufferPrevious", "Previous" }, + k = { "BufferNext", "Next" }, + h = { "BufferMovePrevious", "Move Previous" }, + l = { "BufferMoveNext", "Move Next" }, }, g = { name = "git",