Fabian David Schmidt
Fabian David Schmidt
> I dont know if moving them out even has a benefit if no one wants to maintain them in the end we have the same issue. This is what...
From what I see, this indeed partially fixes the issue from `telescope-file-browser` :) We should merge it. As a heads up, we currently have another whacky issue with extensions. ```lua...
Ah, I found one case that is not yet fixed. Take `builtin.git_branches` for instance, which attaches mappings on `picker:find`. https://github.com/nvim-telescope/telescope.nvim/blob/1c57cc6140644695f0d9bd71b63de45feeca6ae7/lua/telescope/builtin/git.lua#L276-L296 Neither of the below cases seem to work: ```lua require...
No, I'm afraid it doesn't seem to be the case. What I'd expect that I can unmap or map my own function onto something that is bound via `attach_mappings` (just...
I'm currently working on multi-select style actions and will be opening a PR with my WIP branch soon. It's quite convoluted to support everything nicely, so it'll be ready when...
With functional wrappers around selections & entries (see #931 and `telescope.actions.utils`) and [telescope-hop.nvim](https://github.com/nvim-telescope/telescope-hop.nvim) in place, I'd be happy to take this over @tjdevries :) (after my vacation next week tho)...
> Sorry for all the questions. No need to apologize; everybody was starting out at some point! Here's roughly how you'd start. 1. Fork the Project 2. Create your Feature...
Just gave this a whirl as well. Looking great so far :) * Speed is improved a lot, sorting 80K results (`one_shot_job`) vis-a-vis master is already improved by a landslide...
Just skimming over this thread I think folks would probably best help themselves with something like this? https://github.com/nvim-telescope/telescope.nvim/issues/1939 Seems cleaner and more "vimmy" to me than completion. Relatively easily implemented...
> Does it open with the default text selected? If you have a word under the cursor yes, otherwise. Realized my previous comment was a bit incomplete. > Why does...