From be552dcdf9597c7092e71efbdca7e977662d9872 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 22 Jul 2024 01:22:04 +0200 Subject: [PATCH] Mouse on in tmux helps with scrolling. --- config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 6987a3e..4d9996b 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -1,4 +1,4 @@ -set -g mouse off +set -g mouse on set -g set-titles on set -g default-terminal "xterm-256color" set -g terminal-overrides ",xterm-256color:Tc"