diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-10-10 17:19:38 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-10-10 17:19:38 +0000 |
commit | 5aa49e695ecb31bdef210fc1dec2b2ef0d460845 (patch) | |
tree | 8b504a98190b8d39106615276b38bbee5ccbd1f7 /tmux.1 | |
parent | 2988c594cc030ae11a4a3713882c3209a63aa4a4 (diff) | |
download | rtmux-5aa49e695ecb31bdef210fc1dec2b2ef0d460845.tar.gz rtmux-5aa49e695ecb31bdef210fc1dec2b2ef0d460845.tar.bz2 rtmux-5aa49e695ecb31bdef210fc1dec2b2ef0d460845.zip |
Split list-panes off from list-windows.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |