Ajit

Results 46 comments of Ajit

Looks like resolving this would result in a breaking API change. If `nil` is fixed, we would have to remove the default mapping (which may or may not be desirable)....

Or use `mappings` as `false` to remove mappings but `nil` (which equates to not defining a mapping through options) to use the default one? Edit: This is something many plugins...

> whatever is done will definitely break the API Kind of. If `nil` wasn't working for them, and nobody cared to raise an issue about it, it means people rarely...

Unrelated but, @roginfarrer does the code you pasted works for a line range if I manually type `GBrowse` in the command (instead of invoking using keymap)? I tried, it didn't...

This lists the items that are done ✅: ### Right indexing in the presence of diacritics _Will appear in a release done after v0.5.1._ While we [normalize](https://github.com/ajitid/fzf-for-js/blob/cf28223dd3d4ec2dceab0bcc0906dcb5965021ba/src/lib/finders.ts)[1] query and strings...

@caschbre to get a perceptible lag-free UI, an [async finder](https://dev--fzf.netlify.app/docs/latest#usage-async-finder) would be introduced in the next version of FZF.

> I haven't looked hard at other fuzzy search/sort libraries. If your requirement is immediate, I would suggest you to look into [match-sorter](https://github.com/kentcdodds/match-sorter) and [fuzzysort](https://github.com/farzher/fuzzysort). This is certainly one of...

Hey @caschbre! It seems that in both `match-sorter` and `fuzzysort` one cannot search in multiple fields at once. So in the example that you've given above, searching for "how to...

I made it work by putting assignment in `after` folder (which I believe I should start doing more). I'm keeping this issue open for anyone to suggest a better solution...

It's because [anonymous gists don't exist anymore](https://github.com/mattn/vim-gist/issues/217#issuecomment-408677776).