Update tmux.conf
This commit is contained in:
parent
eec619743d
commit
61d24e9725
1 changed files with 6 additions and 0 deletions
|
@ -19,6 +19,12 @@ set-option -g renumber-windows on
|
|||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
|
||||
# Resize panes
|
||||
bind -r H resize-pane -L 5
|
||||
bind -r J resize-pane -D 5
|
||||
bind -r K resize-pane -U 5
|
||||
bind -r L resize-pane -R 5
|
||||
|
||||
# Vim-like pane switching
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue