From 13d2d1df3ce42a432eb0cd15a5cf14ba0b43e635 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Tue, 8 Jul 2025 19:56:32 +0200 Subject: [PATCH] do not allow repead when maximizing the screen --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 1d772fe..a578e8d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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