mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 09:18:51 +02:00
fix: remove lazygit log gl keymap when on gitui (#3371)
This commit is contained in:
parent
e7d4b397b2
commit
c2ef09227e
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ return {
|
|||
once = true,
|
||||
callback = function()
|
||||
pcall(vim.keymap.del, "n", "<leader>gf")
|
||||
pcall(vim.keymap.del, "n", "<leader>gl")
|
||||
end,
|
||||
})
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue