From 84c11996c6c9e3913f4613697d67a6775d962564 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 30 May 2020 09:54:43 +0000 Subject: [PATCH] tmux.conf: Enable mouse mode --- tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 9800d45..ac1fe00 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,4 +1,5 @@ set -g default-terminal screen-256color +set -g mouse on setw -g mode-keys vi set -g status-style bg=colour233,fg=colour25 set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉ "