We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switching between sources is not problematic as only the query would change and Fzf even have an example of it on the README.
FZF_DEFAULT_COMMAND='find . -type f' \ fzf --bind 'ctrl-d:reload(find . -type d),ctrl-f:reload($FZF_DEFAULT_COMMAND)' \ --height=50% --layout=reverse
But switching between modes like conventional file search to ps, cd, cp, mv is another story.
ps
cd
cp
mv
One difficulty is dealing with source/mode specifics. Having a complex spaghetti codebase that is difficult to maintain and improve is not desired.
The text was updated successfully, but these errors were encountered:
The 'change-prompt' discussed bellow might be useful junegunn/fzf#2423
Sorry, something went wrong.
No branches or pull requests
Switching between sources is not problematic as only the query would change and Fzf even have an example of it on the README.
But switching between modes like conventional file search to
ps
,cd
,cp
,mv
is another story.One difficulty is dealing with source/mode specifics. Having a complex spaghetti codebase that is difficult to maintain and improve is not desired.
The text was updated successfully, but these errors were encountered: