We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using fd with Emacs
See https://github.com/technomancy/find-file-in-project#use-fd-a-simple-fast-and-user-friendly-alternative-to-find
Usage is simple, Install find-file-in-project, add one line (setq ffip-use-rust-fd t) into ~/.emacs.
find-file-in-project
(setq ffip-use-rust-fd t)
~/.emacs
Tested on Windows/Linux/Mac.
The text was updated successfully, but these errors were encountered:
Thank you for your feedback.
Sounds good! Maybe we should add this (and the part about fzf) into a "Integration with other programs" section?
fzf
Would you like to open a PR for this?
Sorry, something went wrong.
sure. Here is PR.
No branches or pull requests
See
https://github.com/technomancy/find-file-in-project#use-fd-a-simple-fast-and-user-friendly-alternative-to-find
Usage is simple,
Install
find-file-in-project
, add one line(setq ffip-use-rust-fd t)
into~/.emacs
.Tested on Windows/Linux/Mac.
The text was updated successfully, but these errors were encountered: