From 6c0dc01d701072aabcbdbd497bf8087692106e8a Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 28 Apr 2020 08:39:09 +0100 Subject: [PATCH] Handle mouse scrolling in tmux --- roles/home-cli/files/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/tmux.conf b/roles/home-cli/files/tmux.conf index 81626a3..b8129c2 100644 --- a/roles/home-cli/files/tmux.conf +++ b/roles/home-cli/files/tmux.conf @@ -7,6 +7,7 @@ set -g base-index 1 set -g default-command "$SHELL" set -g default-terminal "screen-256color" set -g display-panes-time 5000 +set -g mouse on set -g pane-base-index 1 set -g status-right '' set-window-option -g xterm-keys on