We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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.
The text was updated successfully, but these errors were encountered:
Hello I have made this commit which I think should fix the issue b8e7133
Sorry, something went wrong.
@lincheney Thanks. I just tested it and it works. Closing this issue.
No branches or pull requests
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
I have following things in the bashrc file
Might be related to #91, I have logged this issue as I was not fully sure if this is a duplicate.
The text was updated successfully, but these errors were encountered: