From 61eb1e7ea2a742a856f8f9f5554c60dc9db0e6ba Mon Sep 17 00:00:00 2001 From: Raptor Dimti Garuda Date: Tue, 8 Apr 2025 10:09:22 +0300 Subject: [PATCH] - disable pain-control plugin for preventing changing last window pov --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 024dd49..a51b86f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,7 +10,7 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' -set -g @plugin 'tmux-plugins/tmux-pain-control' +#set -g @plugin 'tmux-plugins/tmux-pain-control' set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-sessionist' set -g @plugin 'knakayama/tmux-man'