[tmux] Bind keys for resize
This commit is contained in:
parent
736ad417df
commit
892e8fb63e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue