Results 229 comments of Junegunn Choi

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.

@mcepl Yes, as documented in https://github.com/junegunn/fzf#fish-shell > CTRL-T key binding of fish, unlike those of bash and zsh, will use the last token on the command-line as the root directory...

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....

Hmm, I don't have a good answer. It doesn't look like there's an inherent reason they should differ. They seemed to have gotten out of sync at some point. Probably...

Yes, it would be nice to update the command for directory completion. But a static command set via a configuration variable won't work as it can't handle the completion prefix...

@bkloster @jiangjianshan Hi, can you review this patch?

Thanks for the report, that's unfortunate. find of macOS and GNU find both can detect filesystem loops, and the latter specifically prints diagnostic messages like so ```sh brew install findutils...

I'm not sure what's going on there. But I guess you'll have better luck if you build fzf from the latest source which includes #2382.

That's strange, you should report the issue to the maintainers of the APT package.

The problem with HISTTIMEFORMAT is that it makes `history` command much slower. It's unacceptable to me. ``` > time HISTTIMEFORMAT='%Y/%m/%d %H:%M:%S:' history | wc -l 91125 real 0m3.220s user 0m0.414s...