<![endif] Arabesque Search Skip to primary content Home About Linux Crypto NCAC Unidex Unix as IDE Vim Koans #access #branding ← Previous Next → #nav-single Posted on March 30, 2013 by Tom Ryder .entry-meta .entry-header The recently released tmux 1.8 includes a new feature, zoomed panes , that allows temporarily expanding a pane to the full size of the tmux window to see more of its contents. In the man page for tmux(1) , the feature is described as follows, under the details for the resize-pane command: With -Z, the active pane is toggled between zoomed (occupying the whole of the window) and unzoomed (its normal position in the layout). This command is bound to <prefix> z by default; for most users, this will be Ctrl-a z . The effect can be observed by pressing this key sequence in any window with at least two panes, to toggle the zoomed s...