From 0092e0c47bd8a7e093931a69bdcf096575ed10d0 Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 30 Mar 2015 16:43:28 +0200 Subject: [PATCH] Added mosue scrolling support to tmux --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux.conf b/tmux.conf index 4cbb8a0..d83883e 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,2 +1,6 @@ set-option -g default-command /bin/zsh set-option -g default-shell /bin/zsh +set-window-option -g mode-mouse on +set-option -g mouse-select-pane on +set-option -g mouse-select-window on +set -g terminal-overrides 'xterm*:smcup@:rmcup@'