diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-12 14:58:48 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-03-12 14:58:48 +0000 |
commit | d32a546d6e2780c774417788aca18d97ebe0dfae (patch) | |
tree | 7440017a5fe4cdda30e47ef701ec422725014958 | |
parent | 543420ccd2c3c23437405b391e3f9fe1d05223f7 (diff) | |
download | rtmux-d32a546d6e2780c774417788aca18d97ebe0dfae.tar.gz rtmux-d32a546d6e2780c774417788aca18d97ebe0dfae.tar.bz2 rtmux-d32a546d6e2780c774417788aca18d97ebe0dfae.zip |
Clarify zoom/unzoom, from Romain Francoise.
-rw-r--r-- | tmux.1 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1624,8 +1624,8 @@ is given in lines or cells (the default is 1). .Pp With .Fl Z , -the active pane is toggled between occupying the whole of the window and its -normal position in the layout. +the active pane is toggled between zoomed (occupying the whole of the window) +and unzoomed (its normal position in the layout). .It Xo Ic respawn-pane .Op Fl k .Op Fl t Ar target-pane @@ -3257,6 +3257,7 @@ The flag is one of the following symbols appended to the window name: .It Li "!" Ta "A bell has occurred in the window." .It Li "+" Ta "Window is monitored for content and it has appeared." .It Li "~" Ta "The window has been silent for the monitor-silence interval." +.It Li "Z" Ta "The window's active pane is zoomed." .El .Pp The # symbol relates to the |