Replies: 1 comment
-
I'm assuming this is about LazyVim? This is the repo for lazy.nvim, the package manager. Anyway: lazygit.nvim is not used in LazyVim, so you don't need to add that spec. for leap, you need to disable the default keybinds in leap. Search lazyvim related issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi great lazy people!
I've edited my
lua/plugins/init.lua
and added Fugitive and successfully disabled and remapped the default<leader>gg
like this:It works, and I can:
<leader>gg
to open the Fugitive Git status windowgu
jump to the Untracked files sectiongs
jump to the Staged files sectionBut inside the Fugitive window I have these problems:
When I press

g
Which-key still showss
as "Leap from windows" andu
as "+Lowercase" andU
as "+Uppercase":While
gu
andgs
instantly work doing their expected Fugitive action, thegU
works only after I keydownanother_key
.2.1. When I do
gU<another_key>
this<another_key>
action gets triggered after the expected Fugitive action forgU
.I've tried disabling Which-key with the following but it didn't have any effect:
Any help will be greatly appreciated!
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions