Aram Drevekenin
Aram Drevekenin
@tlinford - I don't really want this to be an option, tbh. I think this is something Zellij needs to figure out on its own. It's too much to expect...
Thanks @kunalmohan - for some reason I remembered differently. So I guess this needs some research.
@tlinford - I really enjoyed reading your detailed research and learned quite a bit from it, thanks for that. > So like @futile also mentioned do you think we could...
I really like both these suggestions! Looking forward to the PR on this :)
Kitty is generally quite hostile to terminal multiplexers, so there's not a lot we can do. I'm good with supporting as much terminal emulators as possible and not letting it...
Thanks for the details! While I get what you're saying about not assuming any `1006h` is `CSI ? 1002 ; 1006h` - I think I don't fully understand the rest...
Fixed, thanks again!
Hey @Zykino - thanks for the report. I don't think it's useless at all! This happens in this line: https://github.com/zellij-org/zellij/blob/main/zellij-server/src/tab/mod.rs#L1000 What basically happens here is that Zellij tries to write...
Honestly, I'd change the `options` subcommand to `config` (because that's what it is) then change `--config` to `--config-file` and `--config-dir` to `--config-dir-location`. But considering there's also some confusion at https://github.com/zellij-org/zellij/issues/1412,...
I really like this idea. I think doing it with git repositories that you explicitly add rather than a bare URL makes a lot of sense. I think it can...