From dd2c4de206b271f67e20cb7610555cfba675aacf Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 24 May 2023 13:15:25 +0300 Subject: [PATCH] tmux: enable mouse back --- config/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/.tmux.conf b/config/.tmux.conf index 2949e71..ff35f75 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -2,7 +2,7 @@ set -g default-terminal "xterm-256color" set -sg escape-time 0 set-option -ga terminal-overrides ",xterm-256color:Tc" -set -g mouse off +set -g mouse on set -sg base-index 1 set -wg pane-base-index 1