You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**FFF** stands for ~freakin fast fuzzy file finder~(pick 3) and it is an opinionated fuzzy file picker for neovim. Just for files, but we'll try to solve file picking completely.
18
+
**FFF** stands for ~freakin fast fuzzy file finder~ (pick 3) and it is an opinionated fuzzy file picker for neovim. Just for files, but we'll try to solve file picking completely.
19
19
20
20
It comes with a dedicated rust backend runtime that keep tracks of the file index, your file access and modifications, git status, and provides a comprehensive typo-resistant fuzzy search experience.
21
21
@@ -66,7 +66,6 @@ FFF.nvim requires:
66
66
}
67
67
```
68
68
69
-
70
69
### Default Configuration
71
70
72
71
FFF.nvim comes with sensible defaults. Here's the complete default configuration:
@@ -87,15 +86,15 @@ require("fff").setup({
87
86
max_results=60, -- Maximum search results to display
88
87
max_threads=4, -- Maximum threads for fuzzy search
89
88
90
-
-- Key mappings (supports both single keys and arrays for multiple bindings)
0 commit comments