diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-01-19 11:39:14 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-01-19 11:39:14 -0700 |
commit | 135b3b10d552920ab56d545a38929c95d74a33de (patch) | |
tree | 8a7185c46a06614f2ad232cf413beb5a647260fa /tmux.config | |
parent | 3ae14c61c5064c1f3d2d1b84e8f9ee84199152e2 (diff) |
Rebind the zoom command, stop sleepig
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |