Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
overtomanu opened this issue Mar 14, 2024 · 2 comments

Comments

@overtomanu
Copy link

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 #91, I have logged this issue as I was not fully sure if this is a duplicate.

@lincheney
Copy link
Owner

Hello
I have made this commit which I think should fix the issue b8e7133

@overtomanu
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants