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
I type cd a and then press Tab, I should get fzf presenting me with adguard and authelia as options. Instead I get the following:
This is the relevant part of my .bashrc file:
# Enable fzf
if [[ ! "$PATH" == */home/jono/.fzf/bin* ]]; then
PATH="${PATH:+${PATH}:}/home/jono/.fzf/bin"
fi
eval "$(fzf --bash)"
source /home/jono/.fzf/fzf-tab-completion/bash/fzf-bash-completion.sh
## Keybinds
bind -x '"\et": fzf-file-widget'
bind -x '"\t": fzf_bash_completion'
I also have the following alias set up FWIW, in case it affects things: alias fzf="fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'"
The text was updated successfully, but these errors were encountered:
Hi there,
When I try to use this add-on , I'm met with an error and scrambled text with numerous options that are irrelevant to the preceding text.
For example in the following tree:
I type
cd a
and then press Tab, I should get fzf presenting me withadguard
andauthelia
as options. Instead I get the following:This is the relevant part of my
.bashrc
file:I also have the following alias set up FWIW, in case it affects things:
alias fzf="fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'"
The text was updated successfully, but these errors were encountered: