From c51c547aa54e69160100a497830df1a806898905 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Mon, 10 Apr 2023 22:14:01 -0700 Subject: [PATCH] adding mouse suppor to tmux. --- tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5262644..9abbb50 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -6,4 +6,6 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin "arcticicestudio/nord-tmux" +set -g mouse on + run '~/.tmux/plugins/tpm/tpm'