dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 29dbbb6c13c0984ae1258ada8899d0d9d014ba39
parent 189a935205c5032f6272a3f43839d4a272bb8ff4
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri, 27 Nov 2015 10:18:55 +0100

change to new mouse option (tmux >= 2.1)

Diffstat:
M.tmux.conf | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -71,12 +71,15 @@ set -g base-index 1 # start window numbering at 1 set -g pane-base-index 1 # start pane numbering at 1 set -g renumber-windows on # renumber remaining windows when a window is closed -# mouse behavior +# mouse behavior (pre 2.1) setw -g mode-mouse on set -g mouse-select-pane on set -g mouse-resize-pane on set -g mouse-select-window on +# mouse behavior (2.1+) +set -g mouse on + setw -g utf8 on setw -g status-utf8 on