Pascal Kuthe

Results 451 comments of Pascal Kuthe

> its not that close really (not enough for copilot), my examples above show this I don't think you quite understood what I mean. I was talking about the initial...

Very strange. You don't show it in your screenshot but the highlighting just stops working after a certain point altogether. This looks a lot like #6509 but I tried increasing...

you can always rebind the keymapping in your own config. The enhanced keyboard protocol simply allows disambiguating more keys (like `c-[` and `esc`). The default mapping is `esc`. The fact...

Termux does not support the kitty enhanced keyboard protocol which allows disambiguation of these keycodes. Since terminal multiplexers essentially function as a terminal proxy they must support all of the...

rebased after mege of #2507. I added a small commit to fix some small inconsistencies around diagnostic sorting (and to make sure its always deterministic) since I was touching that...

> Could you explain why we would want this to be configurable, rather than just doing it for all diagnostics? Especially since we're not adding any defaults. The reason we...

I improved the word tracking mapping even further the implementation basically matches vscode in behavior and could be used to fix most of the weirdness surrounding inlay hints (except the...

this is not caused by this PR and not a new problem either, see https://github.com/helix-editor/helix/pull/8873

Looks very cool a nice visual improvement 👍 However I am a bit iffy about running the rendering code this often. Right now it's mostly fine to always redraw everything...

> I like the consistent spin interval. Though I think having it refresh at a high rate could cause issues when using helix via ssh. Helix computes a diff when...