Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Completion for tmux



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