Remix.run Logo
pprotas 2 days ago

I used tmux for quite some time, and just stopped using it one day. I realized that whatever tmux brings can be done better by a good terminal.

I also hated dealing with all the wrong colors, escape character support, missing chars and messed up terminal buffers

cassepipe 2 days ago | parent | next [-]

Wezterm for examples has panes in addition of tabs and scriptable enough (lua) that you can session management:

https://fredrikaverpil.github.io/blog/2024/10/20/session-man...

alwillis 2 days ago | parent | prev [-]

Most modern terminals have a built-in multiplexing anyway. When you use tmux, you're essentially using a terminal emulator on top of a terminal emulator.