Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MituuZ authored Nov 17, 2024
1 parent 411755b commit 5179820
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
A simple plugin to allow "fuzzy" file search with the UI inspired by [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim)

If you are interested in plugin development you can check out my write-up about creating Fuzzier in
[here.](https://mituuz.com/content/fuzzier_development.html)

Does **not** support true fuzzy finding. All search characters must be present and in correct order in the file path,
but do not need to be sequential.
[here.](https://mituuz.com/content/fuzzier_development.html).

Supports spaces in the search string, splitting the string and searching for both parts separately.
e.g. parts do not need to be in the correct order, as long as both succeed on their own.
Expand All @@ -36,8 +33,8 @@ Double-clicking a list item opens the file

When focused on the search field, you can use:
- Arrow keys to move up and down
- CTRL + j to move down (modifiable)
- CTRL + k to move up (modifiable)
- CTRL + j to move down (modifiable through keymap)
- CTRL + k to move up (modifiable through keymap)
- Enter to open the currently selected file

List movement can be remapped from settings -> keymaps, but do not support chorded shortcuts.
Expand Down

0 comments on commit 5179820

Please sign in to comment.