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
man fzf
fzf --version
0.56.3 (add1aec)
The Alt+C shell feature in Bash leaves extra blank spaces on the command prompt after completing:
eval "$(fzf --bash)"
FZF_*
The text was updated successfully, but these errors were encountered:
I can't reproduce the problem. Can you check if you still have the problem on a clean bash environment?
env -i "PATH=$PATH" bash --noprofile --rcfile <(fzf --bash)
Sorry, something went wrong.
No branches or pull requests
Checklist
man fzf
)Output of
fzf --version
0.56.3 (add1aec)
OS
Shell
Problem / Steps to reproduce
The Alt+C shell feature in Bash leaves extra blank spaces on the command prompt after completing:
fzf.bash.mp4
eval "$(fzf --bash)"
.FZF_*
environment variables are set.The text was updated successfully, but these errors were encountered: