-
-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify the hint according to user keymappings #564
Comments
With the current way the keymaps are layed out in Neogit this isn't exactly trivial, but it's not hard. If #604 is ok and merged with What might be more difficult to set is the help menu bindings in the Neogit status buffer. |
Since #604 got merged, I'll see if I can get around to this tomorrow (ideally). |
Fixes NeogitOrg#564 (partially)
Fixes NeogitOrg#564 (partially)
Oh, it auto closed since I merged the linked PR. Why don't you make a new issue and we can circle back to it when #601 is merged (assuming conflicts) |
Is your feature request related to a problem? Please describe.
I want to keep 's' to use leap.nvim in the neogit buffer, so i have made
a = Stage
(mnemonic add)Describe the solution you'd like
I want to modify the hint at the top of the neogit buffer to say
st[a]ge
instead. Maybe also add a few other helpful hints. I think this part can be manual, but the?
popup should also be adjusted to include new mappings (it still sayss Stage
after the above mapping)The text was updated successfully, but these errors were encountered: