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

Add fzf for file and word searching in directories #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add fzf for file and word searching in directories #4

wants to merge 1 commit into from

Conversation

suessflorian
Copy link

Hi! I'm doing this as part of Hacktoberfest (my first one ever!) https://hacktoberfest.digitalocean.com.

Hey so I've been wondering how I'm going to contribute, and if there is anything I've played around with a lot this year, it would be playing around with dotfiles.

I saw you recently updated your dotfiles and you use vim. I've been using vim too for a while and I've really loved using fzf for quickly reaching different areas of my project very very quickly. Now IMO these are great tools and I've gone really fricken hard on these tools, trying to find the best way forward with them. (https://github.com/suessflorian/Tools/blob/master/init.vim#L37)

I did a PR similar to this just before, albeit, the past one had already an implementation of a fzf using pure Ag rather than Rg. Here I tried to go full out and propose my approach to reaching instead.

What I've done here is introduced you to fzf https://github.com/junegunn/fzf.vim, rg (ripgrep) and ag (the silver searcher). They work together to help you do two things, search files in directories and also search words and phrases in directories.

Hope this is interesting.

Thankyou

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

Successfully merging this pull request may close these issues.

1 participant