aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-06-15 20:24:52 +0000
committerTiago Cunha <tcunha@gmx.com>2010-06-15 20:24:52 +0000
commit3e8092709cc7e0ceea7baa1a976a04bf8f541f20 (patch)
treeca202305855ec304d81d72dcc256af188a626dd5
parent1b77ae26846dee01709cc0e8d2c29d7f5d4aaab1 (diff)
downloadrtmux-3e8092709cc7e0ceea7baa1a976a04bf8f541f20.tar.gz
rtmux-3e8092709cc7e0ceea7baa1a976a04bf8f541f20.tar.bz2
rtmux-3e8092709cc7e0ceea7baa1a976a04bf8f541f20.zip
Sync OpenBSD patchset 719:
Add a missing command and some missing Ic, from Tiago Cunha.
-rw-r--r--tmux.113
1 files changed, 9 insertions, 4 deletions
diff --git a/tmux.1 b/tmux.1
index 8e06cb4c..90a5bd50 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1,4 +1,4 @@
-.\" $Id: tmux.1,v 1.257 2010-06-06 00:31:32 tcunha Exp $
+.\" $Id: tmux.1,v 1.258 2010-06-15 20:24:52 tcunha Exp $
.\"
.\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
.\"
@@ -14,7 +14,7 @@
.\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
.\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 5 2010 $
+.Dd $Mdocdate: June 14 2010 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -1138,6 +1138,11 @@ be toggled with a single key, for example:
.Bd -literal -offset indent
bind-key C-p pipe-pane -o 'cat >>~/output.#I-#P'
.Ed
+.It Xo Ic previous-layout
+.Op Fl t Ar target-window
+.Xc
+.D1 (alias: Ic prevl )
+Move to the previous layout in the session.
.It Xo Ic previous-window
.Op Fl a
.Op Fl t Ar target-session
@@ -1201,7 +1206,7 @@ or downward (numerically higher).
.Op Fl t Ar target-window
.Op Ar layout-name
.Xc
-.D1 (alias: selectl )
+.D1 (alias: Ic selectl )
Choose a specific layout for a window.
If
.Ar layout-name
@@ -1235,7 +1240,7 @@ Select the window at
.Op Fl t Ar target-pane
.Op Ar shell-command
.Xc
-.D1 (alias: splitw )
+.D1 (alias: Ic splitw )
Create a new pane by splitting
.Ar target-pane :
.Fl h