From 771744426e3cd3fbf746e5c9554b8119e5f6faf2 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 28 Apr 2015 10:43:13 +0000 Subject: Add select-layout -o to undo the last layout change (apply the previously set layout). --- tmux.1 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index cd7ec393..5bf77829 100644 --- a/tmux.1 +++ b/tmux.1 @@ -442,8 +442,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" @@ -1775,7 +1775,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 @@ -1792,6 +1792,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 -- cgit