-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
In tmux, vim .fzf/**<tab>
search path problem
#4011
Comments
I can't reproduce the problem. Please make sure you have the latest version of fzf and that you have set it up using the right method. https://github.com/junegunn/fzf?tab=readme-ov-file#setting-up-shell-integration |
I have encountered the same issue fzf v0.57.0 (brew) To reproduce: EDIT: Easy way to reproduce:
This works as expected
More complex way to reproduce:~/.zshrc:
|
I can't reproduce the problem. Does this work as expected and show files under tmux display-popup -E -d $(pwd) fzf --walker-root ../ What's your tmux version? |
My reproduction steps above no longer raises the issue for me. And the command you provided also works and displays files under I believe the issue is now resolved but @hugeying can confirm. I'm now on tmux 3.5a which was released in Oct 5, 2024. I'm unsure which version I was on before but it was likely the same version of tmux. |
Thanks @gchan for the clarification. |
For clarity, the problem no exists for me on fzf 0.59.0 (brew) |
Checklist
man fzf
)Output of
fzf --version
0.54.2 (brew)
OS
Shell
Problem / Steps to reproduce
set the following:
In tmux,
vim .fzf/**<tab>
the search path is in the current directory, not in the.fzf/
The text was updated successfully, but these errors were encountered: