From f31ec360165eb30d7d7e54fd565dbb5d13875cc9 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sun, 3 Jul 2022 14:21:25 +0300 Subject: [PATCH] tmux: enable mouse support --- config/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/.tmux.conf b/config/.tmux.conf index 333265a..72e011f 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -5,6 +5,7 @@ set -g @plugin 'tmux-plugins/tpm' set -g default-terminal "xterm-256color" set -sg escape-time 0 set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g mouse on # statusline set -g status-left "[#I] "