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
--multi
$env:FZF_CTRL_T_OPTS
I try to multi select items in ctrl+t. But it failed.
ctrl+t
The text was updated successfully, but these errors were encountered:
--multi is on by default in order to match fzf's default behavior.
Can you share your $env: settings?
$env:
Sorry, something went wrong.
--multi is on by default in order to match fzf's default behavior. Can you share your $env: settings?
@kelleyma49
$env:FZF_CTRL_T_OPTS=" --multi --border --reverse --ansi --height 60% --prompt 'All> ' --preview '(bat --color=always {} || cd {} && fd . --max-depth 1 --strip-cwd-prefix --color always) 2> nul' --header 'CTRL-D: Dirs / CTRL-F: Files / CTRL-T: Eza / CTRL-S: Scoop-UI-Apps CTRL-O: Open / CTRL-Y: Copy / CTRL-I: Copy path / CTRL-L: Zlua' --bind 'ctrl-/:toggle-preview' --bind 'ctrl-d:change-prompt(Directories> )+reload(fd --type directory)' --bind 'ctrl-f:change-prompt(Files> )+reload(fd --type file )' --bind 'ctrl-l:change-prompt(Zlua> )+reload(powershell -c zff)' --bind 'ctrl-s:change-prompt(Scoop-Ui-App> )+reload(eza --color=always --sort new --reverse `"%scoopUiApps%/`")' --bind 'ctrl-t:change-prompt(Eza> )+reload(eza --color=always --sort new --reverse %cd% )' --bind 'ctrl-o:execute-silent(start %cd%/{})' --bind `"ctrl-i:execute-silent(powershell -c Set-Clipboard ' %cd%/{}' )`" --bind `"ctrl-y:execute-silent(powershell -c yww '{}')`" "
No branches or pull requests
I try to multi select items in
ctrl+t
. But it failed.The text was updated successfully, but these errors were encountered: