To copy & paste after scrolling up in a tmux window:
Cmd+R (View->Hide/Allow mouse reporting)
alternatively, if you have not scrolled:
fn -> Cmd+C
Hold shift
Shortcuts to remember:
Ctrl-b + !
:join-pane -t:{previous}
Ctrl-b + space
https://superuser.com/a/493057
E.g., to make bash your default shell for tmux on a remote server, add this to .tmux.conf:
set -g default-command /bin/bash(source)
# https://gist.github.com/tbutts/6abf7fb5b948c066bf180922fb37adcf for tmux 3.2
set -g pane-border-style fg=white
set -g pane-active-border-style fg=cyan,bg=cyan