Skip to content

Instantly share code, notes, and snippets.

@bascht
Created March 26, 2013 15:42
Show Gist options
  • Select an option

  • Save bascht/5246416 to your computer and use it in GitHub Desktop.

Select an option

Save bascht/5246416 to your computer and use it in GitHub Desktop.
Maximize a Pane in Tmux
unbind +
bind + new-window -d -n tmux-zoom \; swap-pane -s tmux-zoom.0 \; select-window -t tmux-zoom
unbind -
bind - last-window \; swap-pane -s tmux-zoom.0 \; kill-window -t tmux-zoom
# Version from Superuser.com, combined with chadoh's comment:
# http://superuser.com/questions/238702/maximizing-a-pane-in-tmux/357799#357799
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment