Open samholmes opened 12 months ago
On master we now show keybinding suggestions based on the mode you're in e.g. when rebasing you'll now see a prominent suggestion to press 'm' to view rebase options:
The keybindings menu is searchable already if you press '/' on it, though it would be nice if you could directly start typing in order to search.
Maybe it would make sense to include Search: /
in the footer when in the keybinding panel
Topic Discoverability
Your thoughts I pressed
e
on the commit to rebase. I pressedf
to fixup a commit. Now what? I pressed?
and see a list of things I can do, but none of them seem to indicate how I can continue with the rebase. The tool, like many, lack the ability to discover how to use it as you use it.The best tools don't require a manual. I propose
?
opens a fuzzy-searchable modal view that is contextual to the current mode. This way I can search for the thing that I'm looking to do, and execute it (while also glancing at the keybinding for next time). This simple change would make the manual look like this:lazygit
from the command line prompt?
key to execute commandsShortest manual ever. And now it's just a matter of getting skilled with the tool.