Aram Drevekenin

Results 523 comments of Aram Drevekenin
trafficstars

> Computer programs are never creative, so there must be something that triggers the leak. This is what made me suspect the allocator, which in Rust's case doesn't immediately free...

Hey @xosxos - could you please help me understand how this issue relates to the issue at hand?

There's some more discussion about this subject here: https://github.com/zellij-org/zellij/issues/2297 (tldr: right now this is awaiting a detailed proposal and implementation).

@wongjiahau > Why not follow Tmux, where every command starts with `Ctrl-b` (which is respected by many famous shell apps, including Vim, which also works on Mac)? Because it is...

Just to clarify: Zellij supports the tmux keybindings *by default*. What we're talking about is disabling all the other keybindings on top of that. That being said, I'm happy to...

This is possible with `zellij action dump-layout` since `0.39`, sorry - I still need to document it.

Check out [zellij-forgot](https://github.com/karimould/zellij-forgot).

Just to chime in: 1. I'd be happy to have this feature implemented as a built-in offering. I agree with @mike-lloyd03 regarding the phases of implementation. 2. The hardest part...

@mike-lloyd03 - layout files is how we serialize our session state. While we could theoretically massage the entire code-base to add an additional serialization layer as you propose, it'll both...