Add ability to resize tmux in tty

This commit is contained in:
Ian Adam Naval 2014-10-23 08:59:03 -04:00
parent 414fd76ead
commit b25b5841f3

View File

@ -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