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

Is it possible to go to a parent directory? #144

Open
dessalines opened this issue Apr 12, 2020 · 1 comment
Open

Is it possible to go to a parent directory? #144

dessalines opened this issue Apr 12, 2020 · 1 comment

Comments

@dessalines
Copy link

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?

@dessalines
Copy link
Author

dessalines commented Apr 12, 2020

I've found one workaround, is to add these:

  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"

So that it always searches from $HOME

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

1 participant