diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-04-06 22:20:16 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-04-06 22:20:16 +0000 |
commit | 108fb38cbc23fe2be642dc2acc62d7d4e059b01a (patch) | |
tree | 8ecf95796fecdd4c4c0e7b4a338bd0484ab480e9 /tmux.1 | |
parent | 0a2b3492c3842ad8ce83314a7c72455008c39485 (diff) | |
download | rtmux-108fb38cbc23fe2be642dc2acc62d7d4e059b01a.tar.gz rtmux-108fb38cbc23fe2be642dc2acc62d7d4e059b01a.tar.bz2 rtmux-108fb38cbc23fe2be642dc2acc62d7d4e059b01a.zip |
|PatchSet 875
|Date: 2011/03/29 00:13:00
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Add -a and -s options to lsp to list all panes in the server or session
|respectively. Likewise add -s to lsw. From Ben Boeckel.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 32 |
1 files changed, 26 insertions, 6 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.298 2011-04-06 22:19:42 nicm Exp $ +.\" $Id: tmux.1,v 1.299 2011-04-06 22:20:16 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -1119,13 +1119,33 @@ exists, it is killed, otherwise an error is generated. If .Fl d is given, the newly linked window is not selected. -.It Ic list-panes Op Fl t Ar target-window +.It Xo Ic list-panes +.Op Fl as +.Op Fl t Ar target +.Xc .D1 (alias: Ic lsp ) -List the panes in the current window or in -.Ar target-window . -.It Ic list-windows Op Fl t Ar target-session +If +.Fl a +is given, +.Ar target +is ignored and all panes on the server are listed. +If +.Fl s +is given, +.Ar target +is a session (or the current session). +If neither is given, +.Ar target +is a window (or the current window). +.It Xo Ic list-windows +.Op Fl a +.Op Fl t Ar target-session +.Xc .D1 (alias: Ic lsw ) -List windows in the current session or in +If +.Fl a +is given, list all windows on the server. +Otherwise, list windows in the current session or in .Ar target-session . .It Xo Ic move-window .Op Fl dk |