[tmux] Bind keys for resize

This commit is contained in:
dbroqua 2020-10-24 08:05:49 +02:00
parent 736ad417df
commit 892e8fb63e

View File

@ -20,6 +20,11 @@ bind-key j select-pane -D
bind-key k select-pane -U
bind-key l select-pane -R
bind-key H resize-pane -L
bind-key J resize-pane -D
bind-key K resize-pane -U
bind-key L resize-pane -R
# Highlight the active window in the status bar.
set-window-option -g window-status-current-bg cyan
set-window-option -g window-status-current-fg black