fiatjaf / neuron.vim

📝 Manage your Zettelkasten in {n}vim.
MIT License
83 stars 21 forks source link

Enable preview and exact matching in search #48

Closed LorenzBischof closed 3 years ago

LorenzBischof commented 3 years ago

I think the behavior with --exact is better for search. Searching for multiple words is still possible by separating them with a space. See https://github.com/srid/neuron/issues/463

fiatjaf commented 3 years ago

Actually this is not good. I'm very used to the fuzzy matching on gzz/gzi and I imagine other people may be too. But for gzs I think it is good.

Anyway it is configurable on vimrc.

fiatjaf commented 3 years ago

Does it work for you if you set '--exact' on your g:neuron_fzf_options?

LorenzBischof commented 3 years ago

Yes, thanks. I just thought both searches should behave the same.