Michael Utz
Michael Utz
Thanks for the excellent write-up, @elijahworkz . I checked my own Telescope logs to see if the behavior was the same and indeed it was. In a collection with only...
Thanks, @jasonvarga ! That solved it for me, too! I guess that probably closes #5561 , then.
I have been struggling with understanding this topic _almost every day_ for months. This is the first thing I've read in plain speech—where I could really understand it. Your writing...
I _just_ got bit by this, too! This would be lovely.
@jtomek I feel you. I've experienced frustrations around these kinds of issues, too. But, to be fair, this is the case with nearly every software product. And, issues arising from...
FWIW, I had some success setting the `main-pane-width` to a percentage in order to workaround this issue for the `main-vertical` layout. ```yml session_name: meh windows: - layout: main-vertical options: main-pane-width:...
Thanks for the feedback! I can see where those would definitely useful for the subs command, and I understand you not wanting to clutter up the keybindings too much. My...
You know, I don’t really use that, no. I just use the basic title case.
Just out of curiosity, do you use Kitty as your terminal?
I found a quick-and-dirty workaround: ```lua local name if app and app.name then name = app.name elseif type(app) == "string" then name = app end if name then curr:selectMenuItem("Hide "...