Created
April 12, 2016 14:24
-
-
Save fthamura/53b80b78f91141cb7922af421599708f to your computer and use it in GitHub Desktop.
.tmux.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set -g default-terminal "screen-256color"
set -g mouse on