Skip to content

Instantly share code, notes, and snippets.

@frankscholten
Created August 15, 2012 11:05
Show Gist options
  • Save frankscholten/3359183 to your computer and use it in GitHub Desktop.
Save frankscholten/3359183 to your computer and use it in GitHub Desktop.
Tmux configuration file to enable mouse integration
set-window-option -g utf8 on
set-option -g mouse-select-pane on
set-option -g mouse-select-window on
set-window-option -g mode-mouse on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment