From c58943c3c9160c21a544d916e931314e52b34b7b Mon Sep 17 00:00:00 2001 From: Alexey Samoshkin Date: Thu, 23 Nov 2017 00:16:36 +0200 Subject: [PATCH] Zoom page with keybinding --- tmux/tmux.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ===