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
Feature Request
Would it be possible to add a functionality to cycle through the list of sources using a single key binding. Existing functionality #1750
Instead of separate key for each like below find . -type f | fzf --bind 'ctrl-d:reload(find . -type d),ctrl-f:reload(find . -type f)'
list of sources could be delimited.
The text was updated successfully, but these errors were encountered:
cibinmathew
changed the title
Add "reload-cycle" action for dynamically updating the input list
Add "reload-cycle" action for cycling the dynamically updated input list
Oct 9, 2020
cibinmathew
changed the title
Add "reload-cycle" action for cycling the dynamically updated input list
Add "reload-cycle" action for cycling the source in dynamically updated input list
Oct 9, 2020
man fzf
)Info
Problem / Steps to reproduce
Feature Request
Would it be possible to add a functionality to cycle through the list of sources using a single key binding. Existing functionality #1750
eg:
find . -type f | fzf --bind 'ctrl-d:reload-cycle(find . -type d; find . -type f; find .; source#n)'
Instead of separate key for each like below
find . -type f | fzf --bind 'ctrl-d:reload(find . -type d),ctrl-f:reload(find . -type f)'
list of sources could be delimited.
The text was updated successfully, but these errors were encountered: