TMUX – Copy Mode

Using TMUX but can’t scroll your output? This video is for you!

Here we introduce TMUX’s Copy Mode.

Copy Mode is how you view, search, and copy your TMUX history.

Summary of Copy Mode Commands

Summary of TMUX Commands

# Display current value for option 'mode-keys'
show-options -g mode-keys

# Set to vi-style key bindings
set-option -g mode-keys vi

# Set to emacs-style key bindings
set-option -g mode-keys emacs

Leave a comment