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