tmux Tab to toggle full screen panes
dblume

dblume commited on 2023-06-28 10:13:13
Showing 1 changed files, with 3 additions and 0 deletions.

... ...
@@ -43,6 +43,9 @@ bind -n M-Right select-pane -R
43 43
 bind -n M-Up select-pane -U
44 44
 bind -n M-Down select-pane -D
45 45
 
46
+# Use Tab to rotate full-screen panes like I do vim buffers
47
+bind -r Tab select-pane -t .+1 \; resize-pane -Z
48
+
46 49
 # Theme
47 50
 set -g status-keys vi
48 51
 set -g status-fg white
49 52