From 0b78df93e9d85c543cdfc8f9927f067285fa12d8 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 23 Mar 2024 15:20:37 +0000 Subject: [PATCH] feat: moving Buffers --- lua/core/keybinds.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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",