From tmux to kitty ~ terminal workflows
-
Is there some hot new thing that I've missed that blows both kitty and tmux and i3 out of the water?
Zellij
-
I use Terminator. It's nothing fancy but it works fine.
If I work locally, I usually stick several Terminator windows side-by-side and up-and-down in i3 tiles and that's good enough.
If I work remotely through SSH though - which is 75% of what I do in a terminal, I'll run tmux so I can have several shells in one terminal of course, but mostly so that I don't lose what I'm doing if the internet goes down.
-
-
Can recommend as well. I recently checked what's out when it comes to anything terminal-related and for the multiplexer I landed on zellij. Works well, looks neat, is easy to learn and well configured out of the box.
My current stack looks like this:
- Terminal emulator: kitty
- Terminal multiplexer: zellij
- Shell: fish
- Prompt: tide
-
I use wezterm, and like the edit mode and the window splitting, but it's very much designed for vim users and as an emacs nerf herder I just can't seem to find my home
-
I realise they're different technologies, but for how I use them 90% of the time (launching shells in visually distinct areas of my screen), kitty's window system is a drop-in replacement.
-
As a filthy vim hipster, this is really speaking to me...
-
Whoa, this looks really good. I love how using the pressing shortcut keys shows you available combinations. Reminds me of the "guided keystrokes" (I think this is what the mechanic is called?) feature of the blezz launcher.
-
Tmux is for when you want to keep the state of a shell on a remote server, I guess.
-
Or any long-running process that's attached to a terminal for which you can't or don't want to guarantee that you keep it open all the time, yet still want to look at the output.
As someone said. they're different things, though they overlap in some areas.
-
I'm also using it to script sessions of workflows with many programs, for instance a dev environment with a lot of microservices. Some windows with multiple panes each.
-
Tried it for a month, but key combos conflict far too often & I do not perceive it as fast as
tmux
.