From 353334f55f55207b69b5886faef165598648e195 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Fri, 22 Mar 2013 17:20:49 -0500 Subject: [PATCH] Adding tmux mouse commands --- tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tmux.conf b/tmux.conf index 79efcfc..c055a06 100644 --- a/tmux.conf +++ b/tmux.conf @@ -9,6 +9,12 @@ bind C-p previous-window bind C-c new-window bind C-d detach +# Mouse! +set -g mode-mouse on +set -g mouse-resize-pane on +set -g mouse-select-pane on +set -g mouse-select-window on + # Rebinding switching panes bind-key Up select-pane -U bind-key Down select-pane -D