mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-03-09 21:51:05 +01:00
Removed recursive option for resizing tmux panes
This commit is contained in:
parent
409f776b09
commit
8abf7fe61e
1 changed files with 4 additions and 4 deletions
|
@ -14,10 +14,10 @@ bind - split-window -v
|
||||||
unbind r
|
unbind r
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
bind -r j resize-pane -D 5
|
bind j resize-pane -D 5
|
||||||
bind -r k resize-pane -U 5
|
bind k resize-pane -U 5
|
||||||
bind -r l resize-pane -R 5
|
bind l resize-pane -R 5
|
||||||
bind -r h resize-pane -L 5
|
bind h resize-pane -L 5
|
||||||
|
|
||||||
bind -r m resize-pane -Z
|
bind -r m resize-pane -Z
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue