James Trew

Results 305 comments of James Trew

Yeah I agree I would probably use it if it existed. Just need someone willing to create it and maintain it :grin:

Strange. I tried this with the same neovim/telescope/rg/fd versions on the very same repo and I'm not able to reproduce it using the standard minimal config. https://github.com/nvim-telescope/telescope.nvim/assets/66286082/0e476871-de30-4cd8-9453-a199c2280bae I'd say try...

Hmm... yeah I see the issue and honestly it was a bit of an oversight on my part not handling the actions before merging that previous PR. As far as...

> I've been working through setting up a bare git repository for managing my dotfiles. Been using the work around mentioned in the last comment of this issue. Some of...

That's not a bad idea but I believe that feature is still only available in 0.10-dev. Even when 0.10 is released, I'm not sure we want to bump up the...

my concern with this approach is that just like the `default_text`, there are maybe a dozen or so other options on the base picker, some better documented than others, that...

> Should the mouse stuff be exposed as normal actions? i think the way you have it now is fine.

I fixed the `sorting_strategy = "ascending"` issue with mouse clicks and did a quick final test. Should be good to go. Thanks!

There's been numerous requests for better mouse support and I agree. Unfortunately, everyone wants it but nobody want to actually implement it :laughing: I like fzf-lua's implementation. The scrolling, the...

relevant PR https://github.com/nvim-telescope/telescope.nvim/pull/1795