From e1884a16855f8295bc2e31138b7569e13769b965 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 28 Jan 2015 22:19:14 +0100 Subject: [PATCH] add mouse support to tmux --- tmux.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 3c43768..a2a230c 100644 --- a/tmux.conf +++ b/tmux.conf @@ -29,8 +29,11 @@ set-window-option -g automatic-rename off # listen to alerts from all windows set -g bell-action any -# sessions -# bind Y source-file ~/.tmux/work +# mouse support +set -g mode-mouse on +set -g mouse-resize-pane on +set -g mouse-select-pane on +set -g mouse-select-window on # This tmux statusbar config was created by tmuxline.vim # on Mon, 15 Dec 2014