tmux copy-modeEquivalent to using the copy-mode key binding.
tmux copy-mode commands, scrollback capture, search, buffers, and clipboard configuration patterns.
Use buffers and system clipboard integrations.
tmux list-buffersHelpful if you copy frequently.
tmux show-bufferInspect the current copied text.
tmux paste-bufferUseful in scripts and macros.
Tell tmux to use the terminal clipboard when supported.
set -g set-clipboard onThis can help integrate tmux copying with the system clipboard in supporting terminals.
set -g mode-keys viPopular among vim users.