Created
March 26, 2013 15:42
-
-
Save bascht/5246416 to your computer and use it in GitHub Desktop.
Maximize a Pane in Tmux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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