You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from vim, I really missing search functionality:
search for commit id
search for commit message
I would expect this to be activated like in vim: / hotkey and behave like hlsearch enabled
If I'm reading screenful of commits (don't ask why), I find my fingers type faster to find commit I'm interested in by search than visual grep (👀) for the commit
The text was updated successfully, but these errors were encountered:
Search from within the list view was added in #797. I haven't added screenshots to the README yet, but in development, / starts a search, Enter "finishes" the search, then n and N move between search results.
I tried to keep the default key-bindings and behaviour similar to vim.
I've been working on this for so long, that I forgot there was an issue open for it. 😅
I'm hoping to do a release early in the new year, that will contain this functionality.
Coming from vim, I really missing search functionality:
I would expect this to be activated like in vim:
/
hotkey and behave likehlsearch
enabledIf I'm reading screenful of commits (don't ask why), I find my fingers type faster to find commit I'm interested in by search than visual grep (👀) for the commit
The text was updated successfully, but these errors were encountered: