diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 6f2f6d2..e9aea61 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -8,7 +8,6 @@ set -g buffer-limit 20 set -sg escape-time 0 set -g display-time 1500 set -g remain-on-exit off -set -g set-titles off set -g repeat-time 300 setw -g allow-rename off setw -g automatic-rename off @@ -158,6 +157,11 @@ bind -T copy-mode-vi WheelDownPane select-pane \; send-keys -X -N 2 scroll-d unbind -T copy-mode-vi MouseDragEnd1Pane bind -T copy-mode-vi MouseDown1Pane select-pane \; send-keys -X copy-selection +# Zoom pane +unbind z +bind + resize-pane -Z + + # ===================================== # === Theme ===