chore: remove unused neogit keybinds

This commit is contained in:
Muhammad Nauman Raza 2024-03-23 15:32:00 +00:00
parent 0b78df93e9
commit 291b381d84
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -22,8 +22,6 @@ wk.register({
},
g = {
name = "git",
p = { "<cmd>Neogit cwd=" .. vim.fn.expand("%:p:h") .. " push<cr>", "Push Popup" },
c = { "<cmd>Neogit cwd=" .. vim.fn.expand("%:p:h") .. " commit<cr>", "Commit Popup" },
g = { "<cmd>Neogit<cr>", "Neogit" },
},
["."] = { ":e ", "Edit File", silent = false },