Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: tab completion sort by modification time
- X-seq: zsh-users 19726
- From: kamaraju kusumanchi <raju.mailinglists@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: tab completion sort by modification time
- Date: Sat, 10 Jan 2015 17:08:27 -0500
- 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 :content-type; bh=Hjm+HKqfJJ9xsPrHsCZIZxMQl/hXNXP6H6+WdXe/504=; b=MdGoDWEfSIARxKVXwB/wAxF0d/aeiyjqof5zT2cLaR8+4zynyOsy/0CzkojW1etyoq xud83v4PvmCAnj0vl8XPLfaab2yb1yAm+0oRauNrsQkEXMJPLXAGUWvVPUClBpFiwkMq KIZayMzWKV3RQcaZDkTiLQmS9km6sTbLo+fbQKKZACpdMT0sT339b0N4KdViI5mLwhK1 s9uKXc+l36Ozg4tZ5LhAUn1DHggsbRKMFPWoTq1jrgEWEH5WuD2Q6AxHX3Wna+CszMrs tyhmPPJofpJh9sKmyjgz43hU83xSwg+rZTN2rj/V4bc9q6N0ya490LPvQH7WvucsAVx8 3wqQ==
- In-reply-to: <CAHYJk3SNfE9eW4bN6XUwcF0tGoagTsVHAEjMNEZXSf8Ni2u-tg@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: <CABpbYafixR-PGF9TpOpUzpAWNFauL2b6Kagq7Ub=Pxir5Rt9aw@mail.gmail.com> <20150110201100.61b16d41@ntlworld.com> <CAHYJk3SNfE9eW4bN6XUwcF0tGoagTsVHAEjMNEZXSf8Ni2u-tg@mail.gmail.com>
On Sat, Jan 10, 2015 at 3:30 PM, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> As it happens, I have one of these lying around already (I'm 83% sure
> you wrote this for me too),
> zstyle ':completion:most-recent-file:*' match-original both
> zstyle ':completion:most-recent-file:*' file-sort modification
> zstyle ':completion:most-recent-file:*' file-patterns '*:all\ files'
> zstyle ':completion:most-recent-file:*' hidden all
> zstyle ':completion:most-recent-file:*' completer _files
> zle -C most-recent-file menu-complete _generic
> bindkey "^N" most-recent-file
>
> --
> Mikael Magnusson
Thanks for all the replies guys. I will give this a try.
raju
Messages sorted by:
Reverse Date,
Date,
Thread,
Author