Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion from a given list
- X-seq: zsh-users 16090
- From: Raghavendra D Prabhu <raghu.prabhu13@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Completion from a given list
- Date: Thu, 9 Jun 2011 16:01:07 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id :mail-followup-to:mime-version:content-type:content-disposition :x-operating-system:x-editor:user-agent; bh=Zb+gcJOzSiYVoNLKKe0wsccPSgtm6wiV6C+4kkSbsfU=; b=CiLlzn+kwJSSTwcMD/hH90TrGSLTYUTEwctREiebBp8jHvWt6KT5/jVa56ThpiU+fE ApBZD7p75gjL/d8Romgs8roNI9DjpLuH4CjABe4OrqtC+8fsEJbmlPtvOIDjxxC2sjrK UJehvnCKNV9r9OZrdrJEvQFxWc4Xa8l3rXIqg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:x-operating-system:x-editor :user-agent; b=LpIbEU6sKnmP13jKSRyqXv8UKV9T8JbDNAirdXG79yE861xv4zr1Tsa8EN7wSxkEUV cJHkA2JCGIRbz/eM/XImD+ywClug+jfVD3PpCeZ7yuOZSvqOKT3YEpy/8AzhvIRGgzXy zoVdGX7EZ37OL/9h8TF786gy2ZM4jUmIRZd3Q=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi,
I want to have a completion based on given list which may updated after
every command is run. The rationale behind this being this --
currently I use tmux and many a time I want to copy a word from
visible current buffer, but entering a copy mode just for a single word is not
that elegant. So, what I thought was, after tmux buffer is updated,
I will update a list with all words from current visible buffer, so
when I <Tab> for completion, those are also available. So, is this
feasible ?
Regards,
--------------------------
Raghavendra Prabhu
GPG Id : 0xD72BE977
Fingerprint: B93F EBCB 8E05 7039 CD3C A4B8 A616 DCA1 D72B E977
www: wnohang.net
Attachment:
pgph9xQU6eS3e.pgp
Description: PGP signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author