From 889885ad63c7ec290d07653686c8c209999c0a3f Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 23 Mar 2024 15:17:25 +0000 Subject: [PATCH] hotfix: Buffer instead of tab --- lua/core/keybinds.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index 253c4b5..f19debd 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -15,8 +15,8 @@ wk.register({ t = { name = "tabs", n = { "tabnew", "New Tab" }, - j = { "tabprev", "Previous Tab" }, - k = { "tabnext", "Next Tab" }, + j = { "BufferPrevious", "Previous Tab" }, + k = { "BufferNext", "Next Tab" }, }, g = { name = "git",