Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
How to change order of completions?
- X-seq: zsh-users 17746
- From: reckoner <reckoner@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: How to change order of completions?
- Date: Mon, 01 Apr 2013 07:27:51 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=0K7SLxyQ7ygo+QufhjV7qq+YfvEKItZdXK+D5JidUtg=; b=X7ezKf4/NU2r1q0yorgaInRkpk4CKJRq3CsekmeYnAjqHcCDBDLz/mhnflIA0MjTWn yIdt3oQcdfUw4YEtYqiF8lTcnceIENyQIwiFtagcyjGzMnf72kkHTb0+OKOSpD3A41T/ rvWE3EIuYQV9JhSc8Ixzr3OVj1Wst/aF7L/yI00IuHEZvZOYFSfnkZYscsn+8ozbuGbI 0sZ2fLf/zLohl5nd3AaBrLwZ50PCLiUtyFUCWci4UyTslubhC+nak8wS9Op1rZ+tKMPr XYXPV1Wg3U3WEp9uv/Nsp4cGSWi9YVLxuZTvlcjGc3TF9VCScGFf+RyAIHdK3Cf80U+J Rn/Q==
- 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
Hi,
I have a long list of latex files such as
file.tex , file.dvi, file.log, file.aux
and I would like to complete on the *.tex files before any other file.
In other words, when I do
% vi file<TAB>
I would like to have
% vi file.tex
instead of file.aux.
Any help appreciated!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author