tmux is still in active development and is regularly updated. Whereas screen tends to get less updates.I started using screen a few years ago and when it was a primary tool at my work place. While it's not something I use all the time these days, it is super useful for certain situations. I haven't really fooled around with tmux at all but I understand the basic idea is similar to screen. Is there any advantage to one over the other?
Thanks. I think I'll give tmux a try next time I'm doing something like that.tmux is still in active development and is regularly updated. Whereas screen tends to get less updates.
tmux has better management for panes/splits. You can easily resize panes and splits. It's also much easier to customise your tmux sessions. You can script the layout, windows/panes and splits. You can fully customise the keybinds. It's more easily extensible and there are some great extensions available for it.