From b25b5841f3f95026072f36be05dea0881d2a0ae4 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Thu, 23 Oct 2014 08:59:03 -0400 Subject: [PATCH] Add ability to resize tmux in tty --- tmux/tmux.conf.dotfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tmux/tmux.conf.dotfile b/tmux/tmux.conf.dotfile index 484f1a0..6a3dc92 100644 --- a/tmux/tmux.conf.dotfile +++ b/tmux/tmux.conf.dotfile @@ -11,3 +11,8 @@ set-option -g mouse-select-pane on set -g default-terminal "screen-256color" set-option -g default-shell /bin/zsh + +bind-key -r < resize-pane -L 3 +bind-key -r > resize-pane -R 3 +bind-key -r + resize-pane -U 3 +bind-key -r = resize-pane -D 3