disable help popup for each action #1716
-
is there a way to disable the popups, e.g. for example i open neogit status and hit c, i want it to commit directly not show the options, maybe have the popup on a diffrent key, as most of the time changing options is not required. maybe like have c to directly commit and C to open the popup. This does also apply to all the other actions like diff rebase cherry pick etc. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
No, not as you describe it. The most common action is almost always bound to the same key as the popup, so you're at most saving a single key press of the same key. Perhaps the actions api would be of use to you. You can check that out in the docs. |
Beta Was this translation helpful? Give feedback.
-
Yea but the actions doc says some things may not work nicely, you have been warned. |
Beta Was this translation helpful? Give feedback.
Ah, yeah, if you dont set "--allow-empty" then an empty commit will not work.
Not sure I can offer much from personal experience, but gitsigns has some features like that, as does mini.git and Snacks has some git stuff too. There's also fugit2, which is pretty cool. And, of course, fugitive is the classic. I hope one of those is a better fit for you :)