Earlier quoted context omitted.
$ tmux # run your command in it # Ctrl+b D to detatch later, to attach back to it $ tmux a -t 0 That probably covers 50% of usage. The rest would be naming the sessions, splitting the window panes. Anything else?
Scrolling. That's a key feature when you don't reflexively use less and ] isn't a natural keybind for "let me scroll please".
Yes, but PgUp is fairly intuitive I think?