Skip to content

Instantly share code, notes, and snippets.

@gazoombo
Created January 27, 2012 18:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gazoombo/1690269 to your computer and use it in GitHub Desktop.
Save gazoombo/1690269 to your computer and use it in GitHub Desktop.
use xterm mouse reporting in tmux
# Just click it
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-option -g mouse-resize-pane on
# Scroll your way into copy mode (scrollback buffer)
# and select text for copying with the mouse
setw -g mode-mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment