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
FZF has a very interesting feature, it remembers all your searches and allows you to scroll them to repeat past search.
For example, suppose you use zsh-fzy (you really should merge #58, btw 😉) and you want to select two files that both match your filter "myverylongfilter".
Ideal way of course is to use multiple selection (#93) and just select both files at once, but you could have also selected a file, then fire up fzy again and press a shortkey to bring up the last search instead of typing "myverylongfilter" again.
The relevance of this request really depends on your decision about multiple selection (#93), if it gets implemented the need for history will become much smaller for me.
The text was updated successfully, but these errors were encountered:
I don't know @maximbaz whether it's related to your question or not, but I have a request on a similar concept: I have a project that is located at /home/stefanos/code/ and in it I have multiple folders with subfolders that contain files.
If I open a file which is located at, let's say /home/stefanos/code/folder-a/foo.php, I cannot go back to /home/stefanos/code and look for another file or folder.
I guess my issue is more related to Vim's script than fzy's.
FZF has a very interesting feature, it remembers all your searches and allows you to scroll them to repeat past search.
For example, suppose you use zsh-fzy (you really should merge #58, btw 😉) and you want to select two files that both match your filter "myverylongfilter".
Ideal way of course is to use multiple selection (#93) and just select both files at once, but you could have also selected a file, then fire up fzy again and press a shortkey to bring up the last search instead of typing "myverylongfilter" again.
The relevance of this request really depends on your decision about multiple selection (#93), if it gets implemented the need for history will become much smaller for me.
The text was updated successfully, but these errors were encountered: