1
0
mirror of https://github.com/samoshkin/tmux-config.git synced 2026-01-18 07:48:01 +00:00

Zoom page with <prefix, +> keybinding

This commit is contained in:
Alexey Samoshkin
2017-11-23 00:16:36 +02:00
parent e42a2d3ffc
commit c58943c3c9

View File

@@ -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 ===