Tmux Cheat Sheet & Quick Reference

ctrl + b c 新建窗口

ctrl + b d detach

ctrl + b n next window

ctrl + b p previous window

set -g mouse on
set -g mouse-select-pane on

保存历史记录到文件

capture-pane -S -3000
save-buffer /data3/laizeqiang/code/QRNN3D_Test/lzq-tmux1.txt

Replace -3000 with however many lines you'd like to save, or with - for all lines.

Write all tmux scrollback to a file - Unix & Linux Stack Exchange