From 1252fe88cd9f81d4ca6871395a75a48ad21467d8 Mon Sep 17 00:00:00 2001 From: Christophe Buffenoir Date: Fri, 31 May 2013 15:56:28 +0200 Subject: [PATCH] Add mouse facilities in tmux. --- common/.tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/.tmux.conf b/common/.tmux.conf index 1e892ae..b0bc5d9 100644 --- a/common/.tmux.conf +++ b/common/.tmux.conf @@ -7,6 +7,11 @@ set-window-option -g monitor-activity on set -g visual-activity off set -g visual-bell off +set -g mouse-mode on +set -g mouse-select-window on +set -g mouse-select-pane on +set -g mouse-resize-pane on + set -g history-limit 1000