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
This is a new request for an existing closed issue: #3195 "Option for Ctrl-T to use current command-line content as a search pattern"
I believe I have a usecase that wasn't discussed in the previous issue where invoking ctrl-T and using the current WORD as a starting point would be useful: Opening png files with firefox.
The issue is that firefox tries to be helpful and among the completions doesn't include files it thinks you don't want to open. Example:
Firefox does support opening png:s so this is arguably an issue with firefox, but it would be nice to circumvent it by invoking ctrl-t as described here.
Questions: Are there situations when one would prefer that [a-z/] followed by <TAB>doesn't include the current word in the search pattern?
The text was updated successfully, but these errors were encountered:
I removed that and tried with eval "$(fzf --bash)" as per the instructions now, and ** on it's own works, but firefox ** does not show anything. (Is firefox hijacking the completion mechanism before fzf get's to do anything?)
Checklist
man fzf
)Output of
fzf --version
0.58.0 (65db735)
OS
Shell
Problem / Steps to reproduce
This is a new request for an existing closed issue: #3195 "Option for Ctrl-T to use current command-line content as a search pattern"
I believe I have a usecase that wasn't discussed in the previous issue where invoking ctrl-T and using the current WORD as a starting point would be useful: Opening png files with firefox.
The issue is that firefox tries to be helpful and among the completions doesn't include files it thinks you don't want to open. Example:
Result: potato.png does not get completed.
My FZF configuration:
Firefox does support opening png:s so this is arguably an issue with firefox, but it would be nice to circumvent it by invoking ctrl-t as described here.
Questions: Are there situations when one would prefer that
[a-z/]
followed by<TAB>
doesn't include the current word in the search pattern?The text was updated successfully, but these errors were encountered: