From 9af35f966445771ba96066cd27dd3c0209c45665 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 23 Mar 2024 16:33:01 +0000 Subject: [PATCH] feat: nvim-tree keybinds --- lua/core/keybinds.lua | 5 +++++ 1 file changed, 5 insertions(+) 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" },