do not allow repead when maximizing the screen

This commit is contained in:
2025-07-08 19:56:32 +02:00
parent ea14b4df5f
commit 13d2d1df3c

View File

@@ -20,7 +20,7 @@ bind -r l resize-pane -R 5
bind -r h resize-pane -L 5
# maximixe and minimize pane
bind -r m resize-pane -Z
bind m resize-pane -Z
# enable the mouse
set -g mouse on