Recently, I learned that I can rename my tmux windows by using prefix+,
, which makes the tab bar so much more useful than just zsh zsh zsh zsh
.
@alpha Have you played with zellij term mux yet? I’ve been on an arm BSD box a lot recently so haven’t had the chance.
@josephholsten Funny you should mention that - I was giving it a test run last week, but ran into some issues with how it deals with key bindings, specifically ^j
: https://github.com/kejadlen/zellij/commit/3e73bccc9859e378d4020fec0d004f2e93dbb65d
The maintainer is a bit wary of doing this since I think he’s suspicious about EOL issues on different platforms, and I don’t really feel like convincing him that raw stdin is a different beast.
@josephholsten I don’t know whether it’s worth maintaining a fork with just this change though…
@alpha `FIXME: This is an absolutely cursed function`
@josephholsten I’m debating how much effort I want to put into using zellij due to that issue.