diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 15:18:53 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 15:18:53 +0100 |
commit | 1ed5326f5aa995b813540b06d3239df3e58d4c3c (patch) | |
tree | e3ed19e6ec6b220d84df58bbdbe07cb78a9e4813 /tmux.1 | |
parent | ab5f9ab55be58c24c6291f19fce33387cf0ea867 (diff) | |
parent | dc2adc6bc1f1b2dc25252ff9703fe5b3fe4d8786 (diff) | |
download | rtmux-1ed5326f5aa995b813540b06d3239df3e58d4c3c.tar.gz rtmux-1ed5326f5aa995b813540b06d3239df3e58d4c3c.tar.bz2 rtmux-1ed5326f5aa995b813540b06d3239df3e58d4c3c.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -446,8 +446,8 @@ otherwise the current window in .Em session is chosen. .Pp -The following special tokens are available to indicate particular windows. Each -has a single-character alternative form. +The following special tokens are available to indicate particular windows. +Each has a single-character alternative form. .Bl -column "XXXXXXXXXX" "X" .It Sy "Token" Ta Sy "" Ta Sy "Meaning" .It Li "{start}" Ta "^" Ta "The lowest-numbered window" @@ -1779,7 +1779,7 @@ lower) with .Fl U or downward (numerically higher). .It Xo Ic select-layout -.Op Fl np +.Op Fl nop .Op Fl t Ar target-window .Op Ar layout-name .Xc @@ -1796,6 +1796,8 @@ are equivalent to the and .Ic previous-layout commands. +.Fl o +applies the last set layout if possible (undoes the most recent layout change). .It Xo Ic select-pane .Op Fl DdegLlRU .Op Fl P Ar style |