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",