vim-fz icon indicating copy to clipboard operation
vim-fz copied to clipboard

Ultra Fast Fuzzy Finder for Vim8

Results 9 vim-fz issues
Sort by recently updated
recently updated
newest added

Hi there. Great plugin. Suggestion when using the function `type()`. Use the `v:t_` built-in variables. Like this: ```vim if type("hello") == v:t_string echo "it's a string" endif ``` Take a...

```vim Plug 'mattn/vim-fz', { 'do': ':FzInstallBin' } ```

I hope I'm not asking for something that is out of scope for this project but I'm finding it difficult to find a fast fuzzy finder based on the content...

and should write detailed descriptions about variables.

Would it be possible to support an api so that we can use `vim-fz` for other things rather than just files something similar to fzf https://github.com/junegunn/fzf/wiki/Examples-(vim). I would like to...

I want to map `Esc` to normal mode for all terminal (`tnoremap `) except for vim-fz where I want to exit the terminal. Any idea how to achieve this?