feat: add resize-pane to tmux.conf
This commit is contained in:
@@ -22,6 +22,12 @@ bind-key j select-pane -D
|
||||
bind-key k select-pane -U
|
||||
bind-key l select-pane -R
|
||||
|
||||
# resize panes
|
||||
bind -r H resize-pane -L
|
||||
bind -r J resize-pane -D
|
||||
bind -r K resize-pane -U
|
||||
bind -r L resize-pane -R
|
||||
|
||||
# Split panes in the same directory
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
|
||||
Reference in New Issue
Block a user