From 03b8cc0f517189c4fdef378cc96f9c3b30b7b83e Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 11 Apr 2023 11:45:54 -0400 Subject: [PATCH] doubled up mouse --- .tmux.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index f01497b..b486e1d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,8 +8,6 @@ set -g mouse on bind -n C-PgDn next-window bind -n C-PgUp previous-window -set -g mouse on - #plugin manager for install tmux-resurrect set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect'