Blaž Hrastnik

Results 398 comments of Blaž Hrastnik

There is no preferred way to install helix on NixOS though, we simply support all the options. Flakes are the most popular (to keep in sync with master, or nix...

e.g. I'd be fine with this change if it dropped any command sequences and instead said "Helix is available in nixpkgs, unstable usually carrying the latest release. Helix is also...

I'm not sure what the ask is here, especially on NixOS grammars tend to get built with an glibc then as the system updates they become outdated. There's nothing we...

Is this is the same character as ` ` in HTML?

Either way it's a lot of operations per cycle since the entire screen is recalculated (but then the render diffing just updates a single character). This is a 👎🏻 for...

It looks like the keys are now sorted in the popup? We deliberately keep the order the same as defined in the keymap, because `left`/`right`/`up`/`down` should be grouped together and...

Right, but either way the popup should be arranged in definition order. Certain popups like `goto` are manually ordered by grouping together similar sets of functionality. For instance `w` `v`...

Hmm it could be non-deterministic? I have no config and it's sorting by arrow direction first (not hjkl)

Alphabetical sort: we had that initially then replaced it, so this is strictly a downgrade. The goto popup is a great example: - g is on the top since it's...

I've merged #5130 and #3053 so they can be rebased out from this PR now