diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-04-16 21:02:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2014-04-16 21:02:42 +0000 |
commit | a7a03576d670468db0c57b8ba547f45d977bc5e4 (patch) | |
tree | 0134d6cc9ae7b42b43ef996e69a5f8de0f39fad3 /usr.bin/tmux/tmux.1 | |
parent | f2f2ade065458a4b4c21fcf06df11e3e66f162e5 (diff) |
Remove the choose-list command to prepare for some later choose-* work.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 62a3abf1246..abb832fa215 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.386 2014/04/02 18:12:18 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.387 2014/04/16 21:02:41 nicm 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: April 2 2014 $ +.Dd $Mdocdate: April 16 2014 $ .Dt TMUX 1 .Os .Sh NAME @@ -1155,32 +1155,6 @@ flag, see the section. This command works only if at least one client is attached. .It Xo -.Ic choose-list -.Op Fl l Ar items -.Op Fl t Ar target-window -.Op Ar template -.Xc -Put a window into list choice mode, allowing -.Ar items -to be selected. -.Ar items -can be a comma-separated list to display more than one item. -If an item has spaces, that entry must be quoted. -After an item is chosen, -.Ql %% -is replaced by the chosen item in the -.Ar template -and the result is executed as a command. -If -.Ar template -is not given, "run-shell '%%'" is used. -.Ar items -also accepts format specifiers. -For the meaning of this see the -.Sx FORMATS -section. -This command works only if at least one client is attached. -.It Xo .Ic choose-session .Op Fl F Ar format .Op Fl t Ar target-window |