From aeb2c95c2f2dcba4aa134b338b5151c905ee3f9e Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 1 May 2021 14:54:13 +0100 Subject: [PATCH] tmux: enable mouse by default --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 45283b9..48a77bf 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -3,6 +3,7 @@ set -g default-terminal "tmux-256color" set -ag terminal-overrides ",xterm-kitty:Tc" set -g set-titles on +set -g mouse set -g mode-keys vi bind-key Escape copy-mode -- 2.48.1