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
As a former dired user, I want fiplr-find-file to autocomplete the search term on TAB key, setting it to the highlighted result, so that fiplr feels more intuitive.
Currently, pressing the TAB key during fiplr-find-file appends a literal \t tab to the search term, making the results empty.
As a workaround, I configure my fiplr to drop the TAB key:
As a former dired user, I want fiplr-find-file to autocomplete the search term on TAB key, setting it to the highlighted result, so that fiplr feels more intuitive.
Currently, pressing the TAB key during fiplr-find-file appends a literal
\t
tab to the search term, making the results empty.As a workaround, I configure my fiplr to drop the TAB key:
But I'd really like fiplr/grizzl to set the minibuffer search term to
*grizzl-current-result*
on TAB.The text was updated successfully, but these errors were encountered: