From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8854 invoked by alias); 7 Nov 2009 17:43:34 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27359 Received: (qmail 2230 invoked from network); 7 Nov 2009 17:43:22 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) Date: Sat, 7 Nov 2009 18:43:11 +0100 From: Frank Terbeck To: zsh workers Subject: Completion for tmux Message-ID: <20091107174311.GA6320@fsst.voodoo.lan> Mail-Followup-To: zsh workers MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) X-Df-Sender: 430444 MAILER-DAEMON@primenet.com.au: > : > ezmlm-reject: fatal: Sorry, I don't accept messages larger than 40000 bytes (#5.2.3) Too bad the completion is 48KiB in size... So, here is the patch from my git repository: This is the message included in the patch: There is a new (well, newer than GNU screen) terminal multiplexer available from: Here's a completion for it, I've been working on for the past week. It includes completions for every subcommand. However, I didn't test it too heavily yet. So, I might have gotten one or the other thing wrong (I hope not too many, though). _tmux requires tmux version 1.1 (released yesterday) for every subcommand completion to work properly. Regards, Frank --- Completion/Unix/Command/.distfiles | 1 + Completion/Unix/Command/_tmux | 1461 ++++++++++++++++++++++++++++++++++++ 2 files changed, 1462 insertions(+), 0 deletions(-) create mode 100644 Completion/Unix/Command/_tmux Regards, Frank