There was an error while loading. Please reload this page.
vi ~/.tmux.conf
Add the following:
set -g mouse on set-option -g history-limit 1000000
Enter the tmux session
tmux
After you have all tmux output, write them into a log file
tmux capture-pane -S -; tmux save-buffer tmuxLog.log; tmux delete-buffer
Ctrl B + D
tmux attach -t
tmux list-session tmux attach -t <session id>