···7979# Switching tmux zoom between panes without zooming out
8080bind -r u select-pane -t .+1 \; resize-pane -Z
81818282+# set `prefix + ctrl + z` (not `prefix + z`) to zoom to avoid accidental suspend my tmux session, what prefix + ctrl + z does by default.
8383+bind C-z resize-pane -Z
8484+8285# double keymaps as in vim are not possible-> sticking with <c-hjkl> thenjkl> thenjkl> then
8386#unbind s
8487bind S choose-session