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
In bash, you can invoke different completions in one line, e.g.:
ssh **<Tab>; ls **<Tab>; unalias **<Tab>;
But in zsh, the ssh menu would be displayed everytime.
The text was updated successfully, but these errors were encountered:
see my comments on how I solved partitioning the command line to get command word. Probably too complicated for fzf. Maybe there is an easier way.
Sorry, something went wrong.
57c08d9
Works great! Thanks.
Successfully merging a pull request may close this issue.
man fzf
)Info
Problem / Steps to reproduce
In bash, you can invoke different completions in one line, e.g.:
But in zsh, the ssh menu would be displayed everytime.
The text was updated successfully, but these errors were encountered: