Hacker News new | ask | show | jobs
by theDoug 4836 days ago
I appreciated it too. I've heard tmux mentioned plenty of times but never with a mention of what it is/does. That one line did it.
1 comments

After years of using screen i switched to tmux.. i'm sure i'm not even using a 5th of the functionality but i love it.
What are the primary advantages that tmux has over GNU screen that you found ?
For me, tmux has saner options and more mnemonic default keyboard shortcuts, that do not interfere with default bash shortcuts (Ctrl-A is goto-home-of-line in bash/emacs, but it is hijacked by screen by default as its escape sequence; tmux uses Ctrl-B for the same by default, which in the emacs bindings means go-back-a-character, and I do not use much, and is less likely to hit by accident).
I'm also wondering about this. I've been using screen for almost 20 years, and wonder if there's a compelling reason to switch.
Take a look here: http://unix.stackexchange.com/questions/549/tmux-vs-gnu-scre...

Some of it is arguable, but for me one of the greatest benefits is how tmux will auto-resize to the smallest terminal connected, making it useful for screen sharing or when connecting to an existing session from a mobile device.