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
set -U FZF_CD_COMMAND "fd -t d . $HOME"
set -U FZF_CD_WITH_HIDDEN_COMMAND "fd -t d -H . $HOME"
set -U FZF_OPEN_COMMAND "fd . $HOME"
set -U FZF_FIND_FILE_COMMAND "fd -H . $HOME"
I'm trying to us fzf to cd around, but find that I have to close it out every time I want to go to a parent directory. Is this possible?
The text was updated successfully, but these errors were encountered: