From 135b3b10d552920ab56d545a38929c95d74a33de Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 19 Jan 2017 11:39:14 -0700 Subject: Rebind the zoom command, stop sleepig --- tmux.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.config b/tmux.config index 328a756..8ab82ad 100644 --- a/tmux.config +++ b/tmux.config @@ -24,6 +24,8 @@ bind C-n next-window bind C-p previous-window # Synchronize mode, how the fuck did I not know about this bind a set-window-option synchronize-panes +# Remap zoom, sleeping tmux way too much +bind C-v resize-pane -Z ##################################### # Settings -- cgit v1.2.3