Melker Ulander
                                            Melker Ulander
                                        
                                    I see! How about a buffer closing mode like `:BufferPick` but one that is persistent until the user closes it with ``. I.e. the letters for buffer picking persist even...
@b3nj5m1n The primary reason I want this feature is I so that I can create a mapping `C` to comment out everything to the right of the cursor. Perhaps that...
I see! I've had some problems getting it to work but it doesn't seem related to DAPInstall so I posted about it [here](https://github.com/jbyuki/one-small-step-for-vimkind/issues/9#issuecomment-938586708).
Oh yeah that's it, thanks! I had no clue these already existed since they're not mentioned anywhere in the README and there are no helpfiles. Perhaps they should be added...
To me personally it's distracting. Since the default `f`/`t`/`F`/`T` don't behave that way I would say that it is an undesired behaviour :)
> Could you make sure you're adding snippets via `ls.add_snippets(ft, snippets)`? This might actually be it! I wasn't using `ls.add_snippets()` and after changing to it I haven't experienced the issue!
@jeetsukumaran Your solution works great, except that it clashes with other selectors which makes `` behave strangely. Is it possible to give these mappings only to `find_files`, so that I...
@rebelot I tried out your implementation but I get the error: ```txt E5108: Error executing lua ~/.config/nvim/lua/configs/telescope_multiopen.lua:46: attempt to index field 'cmd' (a function value) stack traceback: .../melker/.config/nvim/lua/configs/telescope_multiopen.lua:46: in function...