chore: remove unused neogit keybinds
This commit is contained in:
parent
0b78df93e9
commit
291b381d84
|
@ -22,8 +22,6 @@ wk.register({
|
||||||
},
|
},
|
||||||
g = {
|
g = {
|
||||||
name = "git",
|
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" },
|
g = { "<cmd>Neogit<cr>", "Neogit" },
|
||||||
},
|
},
|
||||||
["."] = { ":e ", "Edit File", silent = false },
|
["."] = { ":e ", "Edit File", silent = false },
|
||||||
|
|
Loading…
Reference in a new issue