diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index a81e32a..8ee479a 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -20,6 +20,11 @@ wk.register({ h = { "BufferMovePrevious", "Move Previous" }, l = { "BufferMoveNext", "Move Next" }, }, + b = { + name = "buffers", + d = { "BufferDelete!", "Delete" }, + c = { "BufferClose!", "Close" }, + }, g = { name = "git", g = { "Neogit", "Neogit" },