Skip to content

Commit

Permalink
Zoom page with <prefix, +> keybinding
Browse files Browse the repository at this point in the history
  • Loading branch information
samoshkin committed Nov 22, 2017
1 parent e42a2d3 commit c58943c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 ===
Expand Down

0 comments on commit c58943c

Please sign in to comment.