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

feature(vim): add fuzzy search #68

Merged
merged 1 commit into from
Sep 24, 2024
Merged

feature(vim): add fuzzy search #68

merged 1 commit into from
Sep 24, 2024

Conversation

matijs
Copy link
Owner

@matijs matijs commented Sep 23, 2024

No description provided.

Use a combination of `wildignore` and `path` to enable fuzzy searching.

`:find <partial_filename>` will open a file if it's found in the current
directory.
@matijs matijs force-pushed the feat/vim-fuzzy-search branch from 82c7981 to 7fb7e44 Compare September 24, 2024 06:30
@matijs matijs merged commit 7fb7e44 into dotfiles Sep 24, 2024
1 check passed
@matijs matijs deleted the feat/vim-fuzzy-search branch September 24, 2024 06:31
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