diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-10 17:19:39 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-10-10 17:19:39 +0000 |
commit | f2ec04b182bd0bb29985741c67cdf7d94c54a1f3 (patch) | |
tree | fb454e31f58993a0c7b366fb22279e5ad59e715b /usr.bin/tmux/tmux.1 | |
parent | f605b0f5c5530d4da10564f61d5fde41173f517a (diff) |
Split list-panes off from list-windows.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 43ee7df544e..99ffed5a0d8 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.103 2009/10/10 15:03:01 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.104 2009/10/10 17:19:38 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -775,6 +775,10 @@ 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 +.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 .D1 (alias: Ic lsw ) List windows in the current session or in |