fzf-tab-completion icon indicating copy to clipboard operation
fzf-tab-completion copied to clipboard

cd to sub directory of directory with spaces does not work as slash gets removed

Open overtomanu opened this issue 11 months ago • 1 comments

OS - Linux Fedora Shell - Bash

when doing cd to sub directory of directory with spaces, it removes slash and cd to directory doesn't work. Refer below gif

output

I have following things in the bashrc file

source "$HOME/fzf-tab-completion-master/bash/fzf-bash-completion.sh"
bind -x '"\t": fzf_bash_completion'
export FZF_COMPLETION_AUTO_COMMON_PREFIX=true
[ -f ~/.fzf.bash ] && source ~/.fzf.bash

Might be related to https://github.com/lincheney/fzf-tab-completion/issues/91, I have logged this issue as I was not fully sure if this is a duplicate.

overtomanu avatar Mar 14 '24 09:03 overtomanu

Hello I have made this commit which I think should fix the issue https://github.com/lincheney/fzf-tab-completion/commit/b8e71337d3a78a67f858f0fcbc4193aff5cb0720

lincheney avatar Apr 24 '24 02:04 lincheney

@lincheney Thanks. I just tested it and it works. Closing this issue.

overtomanu avatar May 03 '24 11:05 overtomanu