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
A couple days ago I wanted to use fzf-tab-completion in my Bash configuration.
No good, there is a bad interaction between gitstatus and fzf-tab-completion when doing Bash tab completion; basically the terminal GUI window (Alacritty & GNOME-Terminal) will close upon hitting ENTER after a completion.
I can repeat the issue with this minimal ~/.bashrc file:
I installed fzf-tab-completion via git clone https://github.com/lincheney/fzf-tab-completion in the home directory. The fzf utility needs to be installed somewhere in the $PATH.
Then do cd <TAB>, select a directory from the fzf list followed by ENTER to execute the cd command. BOOM, the window will close.
Maybe fzf-tab-completion is at fault, I don't know, but I have come here first. Hopefully an easy fix either here, or at fzf-tab-completion or possibly even my bash-seafly-prompt script.
Regards.
The text was updated successfully, but these errors were encountered:
Hello @romkatv,
Long-time user of
gitstatus
via my bash-seafly-prompt script.A couple days ago I wanted to use fzf-tab-completion in my Bash configuration.
No good, there is a bad interaction between
gitstatus
andfzf-tab-completion
when doing Bash tab completion; basically the terminal GUI window (Alacritty & GNOME-Terminal) will close upon hittingENTER
after a completion.I can repeat the issue with this minimal
~/.bashrc
file:I installed
fzf-tab-completion
viagit clone https://github.com/lincheney/fzf-tab-completion
in the home directory. Thefzf
utility needs to be installed somewhere in the$PATH
.Then do
cd <TAB>
, select a directory from thefzf
list followed byENTER
to execute thecd
command. BOOM, the window will close.Maybe
fzf-tab-completion
is at fault, I don't know, but I have come here first. Hopefully an easy fix either here, or atfzf-tab-completion
or possibly even mybash-seafly-prompt
script.Regards.
The text was updated successfully, but these errors were encountered: