Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion for tmux
- X-seq: zsh-workers 27359
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh workers <zsh-workers@xxxxxxx>
- Subject: Completion for tmux
- Date: Sat, 7 Nov 2009 18:43:11 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mail-followup-to: zsh workers <zsh-workers@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
MAILER-DAEMON@xxxxxxxxxxxxxxx:
> <zsh-workers@xxxxxxx>:
> 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:
<http://ft.bewatermyfriend.org/tmp/0001-Add-completion-for-tmux.patch>
This is the message included in the patch:
There is a new (well, newer than GNU screen) terminal multiplexer
available from: <http://tmux.sourceforge.net>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author