From daaf7c716ce5e78995f83b7d6bf7d9f8efd5f548 Mon Sep 17 00:00:00 2001 From: Ricardo Giorni Date: Tue, 30 May 2017 16:50:34 -0300 Subject: [PATCH] Properly enable mouse support for tmux 2.1+ --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index b78f0e77..cde5c094 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -44,7 +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 +set-window-option -g mouse on # color scheme (styled as vim-powerline) set -g status-left-length 52