From 51798204d5b9d4ce432a31cb05c2a2f5696f2519 Mon Sep 17 00:00:00 2001 From: MituuZ <55958056+MituuZ@users.noreply.github.com> Date: Sun, 17 Nov 2024 10:57:09 +0200 Subject: [PATCH] Update readme.md --- readme.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 14ff5d3f..0ba447a1 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -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.