From cae0261c353d47f028c5bd2a0a791641d718deeb Mon Sep 17 00:00:00 2001 From: Alexander Randa Date: Fri, 18 Nov 2016 11:42:01 +0300 Subject: [PATCH] Enable scroll shell output with mouse in tmux --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 65df2872..1df8544c 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -44,6 +44,7 @@ bind E setw synchronize-panes off # set first window to index 1 (not 0) to map more to the keyboard layout... set-option -g base-index 1 set-window-option -g pane-base-index 1 +set-window-option -g mode-mouse on # color scheme (styled as vim-powerline) set -g status-left-length 52