Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Announcement of Zsh Command Architect v1.0
- X-seq: zsh-users 21130
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: Announcement of Zsh Command Architect v1.0
- Date: Fri, 8 Jan 2016 18:04:27 +0100
- Cc: vogt@xxxxxxxxxxxxxxxxxx, Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=2dumDxwOxqE6S6iHiEegdLxzWCLCy/0SMJaEblNVszo=; b=n5hb12yFQE7dy5wvm8HK4ISmHR6YmA5TM9eURSBYZMXbTrG91K7cZdCX4zRCYcx9cD QfitYM6lEcwvqE8BN3es4E/goxPQBcIVF5vxQAA898nJVcK/Yz30/Xj+szqUyA4/ZnOg oWbmWZv4i6bGLGHJzcioIoDc7pj8jnOOMMMhZiLuC6AE0Rbe66IPWgXuNJF+cukwALnj tcr0xqT/bNcPTlxupLYOQ0nvhFcmTq++xkhag2w4hezAN1tBf3MVqclCsZ+C5VVBQqTg qiNw4ZngDBltwgjoyMFa0h9q7Dxl+ZenRY/S0wCyAwQ+naKIzG0YTZpgIJ0BiGGC48jz Pkwg==
- In-reply-to: <CAHYJk3R---6TXF4NsfJhmmhmwLvNNxBdMAiHO9Dh0=ojAJbpkw@mail.gmail.com>
- 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
- References: <CAKc7PVBZf9SQ+7En4nb6WCWv_WX226GtjWqDfTbwNcCKkvuBrg@mail.gmail.com> <20160108093313.GA16910@linux.vnet.ibm.com> <CAHYJk3R---6TXF4NsfJhmmhmwLvNNxBdMAiHO9Dh0=ojAJbpkw@mail.gmail.com>
BTW., I always forgot to credit. ZNT and ZCA weren't be possible
without #zsh, and *foo*~^*bar* is from your conversation Mikael.
Thanks
On 8 January 2016 at 17:29, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> If you need a long word from history, another great widget to invoke
> is _history-complete-older, which is bound to alt-/ in emacs mode by
> compinit. This style makes it usually more usable,
> zstyle ':completion:*' range 50000:2000
I've invoked bindkey -e, compinit and the zstyle, Alt-/ shows set of
words, when repeated it iterates over them. One problem: duplicates.
Any solution? Also, is it possible to select with cursor keys? Anyway,
"ls The[Alt-/]" did complete the long word (the title of youtube's
video).
> narrow-to-region and push-input are also nice options, rather than
> mucking about with storing the current command somewhere else while
> looking around for your new word.
How to use them, in an example?
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author