mirror of
https://github.com/samoshkin/tmux-config.git
synced 2026-01-21 09:18:01 +00:00
Zoom page with <prefix, +> keybinding
This commit is contained in:
@@ -8,7 +8,6 @@ set -g buffer-limit 20
|
|||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
set -g display-time 1500
|
set -g display-time 1500
|
||||||
set -g remain-on-exit off
|
set -g remain-on-exit off
|
||||||
set -g set-titles off
|
|
||||||
set -g repeat-time 300
|
set -g repeat-time 300
|
||||||
setw -g allow-rename off
|
setw -g allow-rename off
|
||||||
setw -g automatic-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
|
unbind -T copy-mode-vi MouseDragEnd1Pane
|
||||||
bind -T copy-mode-vi MouseDown1Pane select-pane \; send-keys -X copy-selection
|
bind -T copy-mode-vi MouseDown1Pane select-pane \; send-keys -X copy-selection
|
||||||
|
|
||||||
|
# Zoom pane
|
||||||
|
unbind z
|
||||||
|
bind + resize-pane -Z
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# =====================================
|
# =====================================
|
||||||
# === Theme ===
|
# === Theme ===
|
||||||
|
|||||||
Reference in New Issue
Block a user