Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Missing options in tmux completion
- X-seq: zsh-users 21384
- From: Keerthan JC <jckeerthan@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Missing options in tmux completion
- Date: Tue, 15 Mar 2016 09:36:18 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=cObXXF14unJjgK8K7E72TvInnbs+XuD6A9GjTGphnhg=; b=Mpi0tX1OXHzCCeX0248g+JUiJDHkx/S+jhUUPr9KZmGIpa0Y/qAqVfwWnpzAq/Y9++ bql+/ZyFQ4im+T3OFOp1iLgzmMk8/T/d/DcoZeXTtQNXP7I48e2yupi/P6aaGg0QKPCO hWBEllCpbnJTsJe7CwgxMzagW3KcN+ys6ZyJOPBMynQlfj17lYX1KGj9ghGPxZo6EoPb Vk/h/e1ZHxsRQZNlALl4AG1ij8xbdkk9gtQ91UjTf73NnoXBJAEyo6KyRGSRzbKf6gCX pAidx28Jsha528Sw7D9IjOi34GNKTyd76PiKBpETFLswZDhZHJhCjVets1/RU40I2LV/ Psug==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
If I look at the source of _tmux:
https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Command/_tmux#L628
(and my local _tmux), the options start from -A.
However, when I run tmux new -<Tab> I only see:
-- option --
-D -- in case of -A behave like attach-session's -d
-F -- specify format of output
-P -- print information about new session after it is created
-c -- specify working directory for the session
-d -- do not attach new session to current terminal
-n -- name the initial window
-s -- name the session
-t -- specify target session
-x -- specify width
-y -- specify height
Why are some options missing?
--
have a nice day
-jck
Messages sorted by:
Reverse Date,
Date,
Thread,
Author