mirror of
https://github.com/softinio/nix-config.git
synced 2025-07-14 02:46:42 -07:00
increase tmux pane resize steps
This commit is contained in:
parent
e2b05c0dd8
commit
9f6f683c6d
1 changed files with 4 additions and 4 deletions
|
@ -73,10 +73,10 @@ bind -r C-h select-window -t :-
|
|||
bind -r C-l select-window -t :+
|
||||
|
||||
# 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
|
||||
bind -r H resize-pane -L 10
|
||||
bind -r J resize-pane -D 10
|
||||
bind -r K resize-pane -U 10
|
||||
bind -r L resize-pane -R 10
|
||||
|
||||
## Quickly switch panes
|
||||
unbind ^J
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue