Skip to content

Instantly share code, notes, and snippets.

@seppestas
Created April 9, 2013 10:10
Show Gist options
  • Save seppestas/5344592 to your computer and use it in GitHub Desktop.
Save seppestas/5344592 to your computer and use it in GitHub Desktop.
Lines to put in .tmux.conf to turn on mouse-mode. This allows you to use the mouse (and touchscreens) to select the active window, navigate in the window,...
# Turn mouse-mode on
set -g mouse-resize-pane on
set -g mouse-select-pane on
set -g mouse-select-window on
set -g terminal-overrides 'xterm*:smcup@:rmcup@'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment