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