tmux fast pane resizing hotkeys.
This commit is contained in:
parent
977fe12ca2
commit
6026d3b1bd
@ -74,4 +74,10 @@ set-window-option -g automatic-rename
|
|||||||
set -g mode-mouse off
|
set -g mode-mouse off
|
||||||
|
|
||||||
# color
|
# color
|
||||||
set -g default-terminal "screen-256color"
|
set -g default-terminal "screen-256color"
|
||||||
|
|
||||||
|
# Pane resizing
|
||||||
|
bind-key J resize-pane -D 10
|
||||||
|
bind-key K resize-pane -U 10
|
||||||
|
bind-key H resize-pane -L 10
|
||||||
|
bind-key L resize-pane -R 10
|
Loading…
Reference in New Issue
Block a user