Skip to content

Instantly share code, notes, and snippets.

@fthamura
Created April 12, 2016 14:24
Show Gist options
  • Save fthamura/53b80b78f91141cb7922af421599708f to your computer and use it in GitHub Desktop.
Save fthamura/53b80b78f91141cb7922af421599708f to your computer and use it in GitHub Desktop.
.tmux.conf
set-option -gq mouse-utf8 on
set-option -gq mouse-resize-pane on
set-option -gq mouse-select-pane on
set-option -gq mouse-select-window on
set-window-option -gq mode-mouse on
set -g default-terminal "screen-256color"
set -g mouse-select-pane on
@fthamura
Copy link
Author

set -g default-terminal "screen-256color"
set -g mouse on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment