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