From 3d1081f7c65a6dc81f79ab2efc8a968d01fc9468 Mon Sep 17 00:00:00 2001 From: Juan Shotyou Date: Sun, 25 Aug 2024 22:42:02 +0100 Subject: [PATCH] enabled mouse mode lol --- .tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index b27ba33..6f8aca6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -38,7 +38,9 @@ bind -n M-k next-window # Fix tmux color issue for vim set -g default-terminal "xterm-256color" -set-option -sa terminal-overrides ",xterm*:Tc" + +# Enable mouse mode +set -g mouse on # Tmux Plugin Manager # Note: Clone https://github.com/tmux-plugins/tpm to ~/.tmux/plugins/tpm first