Aram Drevekenin
Aram Drevekenin
Hi @XOR-op - thanks for the reminder. I can understand the frustration of having this going without feedback for a long while. This is not how I would like things...
Thanks for the report and sorry for the experience! While I totally agree we should not hang - instead giving a descriptive error and exiting - this is a configuration...
Hum - maybe I'm misunderstanding this, but isn't this the responsibility of the terminal emulator rather than Zellij? We don't interpret the keyboard directly, but rather read STDIN sent to...
I think this is not something Zellij can do a lot about. We rely on the characters we get in STDIN from the terminal emulator. This is especially evident since...
What do you think we as Zellij should do about this?
The key hints are implemented as a `pipe`, so it's totally possible to use them from another plugin. Here's an example of how it's done through the compact-bar: https://github.com/zellij-org/zellij/blob/main/default-plugins/compact-bar/src/main.rs#L380-L388
For terminals we already get this info, we're just not storing it anywhere. If anyone wants to implement it and wants pointers, ping me.
@AdaShoelace - cool :) I don't mind talking wherever is convenient for you. For a start, I can point you at a few places. These are in the `Grid` where...
IMO the proper fix here is to fix the delay. The search algorithm needs some love and attention, and said attention is blocked behind some technical debt (namely regarding the...
Might be a case issue (i.e. "stacked" works in the default config: https://github.com/zellij-org/zellij/blob/main/zellij-utils/assets/config/default.kdl#L33) - should still be accepted if so though. Please lmk