dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-04-01 20:58:26 +0100 +0100
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-04-01 20:58:26 +0100 +0100
Commit: 4a400e43e69d0312993d858b4a9da8c6011233dd
Parent: de87c1d0ef7322409ab4dd921e9051c66fc10dae


tmux: Allow using mouse for selecting panes
diff --git a/.tmux.conf b/.tmux.conf
index e2e99ac82a0731fa829c5e034dc29dfc2dc91e7d..8ef0aca989f240b8bd709ba0d35d1d2cadd553af 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -5,6 +5,8 @@ set -g visual-activity on
 setw -g utf8 on
 
 setw mode-mouse copy-mode
+set -g mouse-select-pane on
+set -g mouse-select-window on
 
 ### Status bar ###
 set-window-option -g window-status-current-bg red