Always fuzzy search on Ctrl-? #4898
tamis-laan
started this conversation in
Ideas
Replies: 0 comments
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.
-
Right now when I press
ctrl-?
in lazygit I get the keybindings popup. What I normally do next is I search through the keybindings using/
for the command I want to execute. But I find my self often forgetting to press the search command or I miss the key. Then when typing to search for the right command I will execute some git operation by accident.Would it not be better to change
ctrl-?
directly to fuzzy search? This way it's easy to find the right command as a reference. It will still show the keybinding so one can learn how to use it. But only enter is used to execute the selected command from the list.In fact I would love to just use fuzzy search for all operations because even in the interface I sometimes hit a random key causing something unexpected and often dangerous to happen. I'm always a bit nervous using lazygit.
Beta Was this translation helpful? Give feedback.
All reactions