Add pane resizing shortcuts for tmux
dblume

dblume commited on 2022-04-13 11:22:20
Showing 1 changed files, with 6 additions and 0 deletions.

... ...
@@ -18,6 +18,12 @@ bind j select-pane -D
18 18
 bind k select-pane -U
19 19
 bind l select-pane -R
20 20
 
21
+# pane sizing with capital letters
22
+bind -r H resize-pane -L
23
+bind -r J resize-pane -D
24
+bind -r K resize-pane -U
25
+bind -r L resize-pane -R
26
+
21 27
 # Use Alt-vim keys without prefix key to switch panes
22 28
 bind -n M-h select-pane -L
23 29
 bind -n M-j select-pane -D
24 30