|
|
|
|
|
by mivade
3643 days ago
|
|
I was using tmux for a while after years of using screen. At least for my use case, the main thing I liked better about tmux was that windows (or whatever the proper term is) get their names updated based on the command running. In screen, I would have to manually change the name (maybe there is a way around this but I was always too lazy to find out). Why I switched back to screen: 1. It's more commonly installed. Not a big deal these days, but still. 2. It's really easy to resize a window to fit whatever terminal window I'm using: C-a F. As far as I could find, there is no way to do this with tmux. |
|