Add ability to resize tmux in tty
This commit is contained in:
parent
414fd76ead
commit
b25b5841f3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user