-
-
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
Last token is not used for Ctrl+T on fish shell #2562
Comments
Thanks for the report. I don't use fish and I'm not familiar with its syntax, so please open a pull request if you can fix the problem. |
@junegunn Exactly happens with bash, doesn’t it? When I am in |
@mcepl Yes, as documented in https://github.com/junegunn/fzf#fish-shell
But bash and zsh have fuzzy completion. |
OK, so perhaps this is just RFE for the option that bash (and perhaps zsh, but I don’t care for that) would behave similarly? I work for SUSE as a main Python maintainer, so my |
I actually don't know how to accomplish that in bash or zsh. Anyway, I think it's good that CTRL-T binding is provided as a simpler, easier-to-understand alternative to fuzzy completion. See my previous comment on that matter: #2450 (comment) |
What’s the problem? You cannot read an unfinished line in a bash script? |
@junegunn ??? How is this supposed to be completed? Or is this essentially WONTFIX? |
Have you tested the last version? It works as expected. |
According to https://github.com/junegunn/fzf#fish-shell, on fish shell,
Ctrl+T
should use the last token as the base of recursive search but it does not behave like that. It uses CWD as the root of search.So
ls /var/
does not list files under/var/
.https://asciinema.org/a/dhSwXLxkpUc2VaoKuag3begsH
OS
Xubuntu 18.04
Shell
fish, version 3.3.1
FZF
0.27.2 (e086f0b)
The text was updated successfully, but these errors were encountered: