Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion is over thinking things.
- X-seq: zsh-users 24306
- From: dana <dana@xxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Subject: Re: completion is over thinking things.
- Date: Sat, 28 Sep 2019 23:47:37 -0500
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dana-is.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=u5FKuDHUER4I298UAQcemJst8TRxfUcJTfvpI0DQhSs=; b=e90GPhwG8lbVMagvNbWf/jSEVGfw2ct3OUWppOtsZJ9oegzCRqyuGkAJ4KlBpz8FpS tCyKDgRarkvKkl6vvBpV6t169Irh33lDlyrykjz6zeAyxR0njlundehwSsiB2fxmT8C9 qaF7pr0vg8i/f5zpnsaZnwBWRRS8C/9qv0F+pn5SY88IxlVuVI5lRKCRVBAeImu4t/bH VE34HTxK2pPU5AGs53hjvfLfFGRrwLBaL+2PFmNov0ATJKdQkgpkrVeNV7+lcce6iC+B 08hGjF06c6ARjRqz/G6V2iVMh9GBDUSQ5N7sxle6szTzIyRaTJ7cltHnjy6FLLOr2ca4 VO8Q==
- In-reply-to: <8ef96620-e762-d52c-207f-c3ac5620879f@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <306325bb-395d-a16b-a771-0786c23cb46e@eastlink.ca> <CAN=4vMrRO3K6S+zE-JNE4JDQrm9=Yf92mixTpmxNAZ-uGp8QnA@mail.gmail.com> <8ef96620-e762-d52c-207f-c3ac5620879f@eastlink.ca>
On 28 Sep 2019, at 12:36, Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>But my issue remains, I almost always want completion to stop trying to be
>clever and just give me local file completions.
A few people on IRC have file completion bound to a separate key sequence.
This is mentioned in the FAQ:
http://zsh.sourceforge.net/FAQ/zshfaq04.html#l53
Alternatively, maybe you could use the fake or fake-always style to always add
files?
zstyle -e ':completion:*' fake-always _files
That exact configuration seems like it would be irritating, though. Not sure
if there's a single style that would work 'nicely' in all cases
dana
Messages sorted by:
Reverse Date,
Date,
Thread,
Author