Closed nannery closed 4 years ago
@cloudhead could you please review this? neovim-fuzzy is beautiful^
. Now with the ability to open new files in splits, this would make this the perfect alternative to FZF!
^
I absolutely love the fact that special thought has been given even to the case when the list of files is initially open: When no input is given, fuzzy shows the alternate buffer (also known as '#'), followed by other open buffers, followed by all other files.
Beautiful, and thank you!!
Thanks @jf !
I would be interested in merging this if it didn't bind any keys. I don't think this should be the job of the plugin. It should just provide fuzzy_split
in this case, and let the user bind keys if they wish to.
gotcha. Would setting g:fuzzy_bindkeys
by default to 0 do it then? (I am not familiar with Vimscript, btw; this is just based on a cursory reading of https://github.com/cloudhead/neovim-fuzzy/pull/39/commits/9309cc4b23c7e11128cbc15ffa4561355d63e1c0)
I can give it a pass in the next few days, should be fairly quick.
hi @cloudhead , did you get time to review this?
@cloudhead just a ping again. Do you have any issues with this PR?
Sorry to keep you hanging, and thanks!
This is a continuation of PR #34 for Issue #15. I hadn't seen any movement so I added the fixes that @cloudhead wanted. If this isn't the place, let me know