Browse Source

- disable pain-control plugin for preventing changing last window pov

master
Raptor Dimti Garuda 1 month ago
parent
commit
61eb1e7ea2
  1. 2
      .tmux.conf

2
.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'

Loading…
Cancel
Save