Skip to content

Instantly share code, notes, and snippets.

@timtyrrell
Last active December 15, 2015 14:18
Show Gist options
  • Save timtyrrell/5272997 to your computer and use it in GitHub Desktop.
Save timtyrrell/5272997 to your computer and use it in GitHub Desktop.
Max and min tmux panes
unbind +
bind + new-window -d -n tmux-zoom \; swap-pane -s tmux-zoom.1 \; select-window -t tmux-zoom
unbind -
bind - last-window \; swap-pane -s tmux-zoom.1 \; kill-window -t tmux-zoom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment