junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
63.78k stars 2.37k forks source link

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

Closed overtomanu closed 6 months ago

overtomanu commented 6 months ago

Info

Problem / Steps to reproduce

output

overtomanu commented 6 months ago

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
junegunn commented 6 months ago

I think you should report the issue to https://github.com/lincheney/fzf-tab-completion

overtomanu commented 6 months ago

Thanks 👍🏼 . I will report it there