fix: Remove double keybind
This commit is contained in:
parent
8c5112b19f
commit
0a963e92c8
1 changed files with 2 additions and 2 deletions
|
|
@ -82,10 +82,10 @@ end, { desc = "gitui (root dir)" })
|
|||
map("n", "<leader>gG", function()
|
||||
Util.terminal({ "gitui" })
|
||||
end, { desc = "gitui (cwd)" })
|
||||
map("n", "<leader>gb", function()
|
||||
map("n", "<leader>gB", function()
|
||||
require("gitblame")
|
||||
vim.cmd(":GitBlameToggle")
|
||||
end, { desc = "gitui (cwd)" })
|
||||
end, { desc = "git blame" })
|
||||
|
||||
-- harpoon man
|
||||
map("n", "<leader>h1", function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue