Skip to content
phs-sakshi edited this page Aug 7, 2026 · 2 revisions

Config tmux default settings

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

Tmux command

Ctrl B + D

tmux attach -t 
tmux list-session
tmux attach -t <session id>

Clone this wiki locally