diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index 8ee479a..2eab32f 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -25,6 +25,11 @@ wk.register({ d = { "BufferDelete!", "Delete" }, c = { "BufferClose!", "Close" }, }, + r = { + name = "tree", + t = { "NvimTreeToggle", "Toggle" }, + f = { "NvimTreeFocus", "Focus" }, + }, g = { name = "git", g = { "Neogit", "Neogit" },