From 291b381d841c47c072b2f475904452dc3c7d8504 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Sat, 23 Mar 2024 15:32:00 +0000 Subject: [PATCH] chore: remove unused neogit keybinds --- lua/core/keybinds.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/core/keybinds.lua b/lua/core/keybinds.lua index f7c52c3..a81e32a 100644 --- a/lua/core/keybinds.lua +++ b/lua/core/keybinds.lua @@ -22,8 +22,6 @@ wk.register({ }, g = { name = "git", - p = { "Neogit cwd=" .. vim.fn.expand("%:p:h") .. " push", "Push Popup" }, - c = { "Neogit cwd=" .. vim.fn.expand("%:p:h") .. " commit", "Commit Popup" }, g = { "Neogit", "Neogit" }, }, ["."] = { ":e ", "Edit File", silent = false },