From 2da48644837cd51cfe5a9628140866f06e049e50 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 28 Jul 2009 06:48:44 +0000 Subject: If select-layout is not given an argument, repply the last layout used in the window, if any. --- tmux.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 0ba9eec9..d3e8979d 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1064,10 +1064,13 @@ has the same meaning as in the command. .It Xo Ic select-layout .Op Fl t Ar target-window -.Ar layout-name +.Op Ar layout-name .Xc .D1 (alias: selectl ) Choose a specific layout for a window. +If +.Ar layout-name +is not given, the last layout used (if any) is reapplied. .It Xo Ic select-pane .Op Fl p Ar pane-index .Op Fl t Ar target-window -- cgit