From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 16bf0e39 for ; Sun, 29 Sep 2019 04:47:56 +0000 (UTC) Received: (qmail 20488 invoked by alias); 29 Sep 2019 04:47:46 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24306 Received: (qmail 5658 invoked by uid 1010); 29 Sep 2019 04:47:46 -0000 X-Qmail-Scanner-Diagnostics: from mail-io1-f49.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25580. spamassassin: 3.4.2. Clear:RC:0(209.85.166.49):SA:0(-1.9/5.0):. Processed in 2.832497 secs); 29 Sep 2019 04:47:46 -0000 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.166.49 as permitted sender) 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=u5FKuDHUER4I298UAQcemJst8TRxfUcJTfvpI0DQhSs=; b=T3TRzWgvk/++XwwOqrCnyFEMya4wuS2pVDZ9x882ceAdm7HWeGrx5v0ccsxqawByib SsI3yvXk7NSIbdv+YDsm4wj+TwqYVPSHiaVhQ+Zbt4C5bkgBrVD7k5/JC56f/a9CIX7l uNWU9z9iSKSNsfwxJnRlrUYVHCvU9HIqDpTK9WwIGXlhhEl4zTGYM8ng8DREumnz7TkE Zt3bsSQJSR3idI7C2Qfkv2FGBoMKlFI/iusNKxCM2OkixiOeW/s92N0IzHOjWvXfAUyP qHBZmLdPcZxQPgiY0vre5dJtQga4FTmsC8hRlwaZ6DuA47mMnMS7vujBO8Xd9QF93Swb tqYQ== X-Gm-Message-State: APjAAAUlINPoo0YwVFOeS3e1yV4JPewALM+RwL8P7IKSXBwnuDnFgbhR +7U0ma+yv3PEVlk2jwmk2fjpTg== X-Google-Smtp-Source: APXvYqxKE/u40IA+OjKhSKKp08BHAovX2kzkKIaP8yOZ+ny15bFYs1CtgVfEGFVKhnUlLFyvgDpjyA== X-Received: by 2002:a5e:9747:: with SMTP id h7mr15909400ioq.290.1569732429481; Sat, 28 Sep 2019 21:47:09 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: completion is over thinking things. From: dana In-Reply-To: <8ef96620-e762-d52c-207f-c3ac5620879f@eastlink.ca> Date: Sat, 28 Sep 2019 23:47:37 -0500 Cc: zsh-users@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <9EEEB6F5-9B9C-4C8E-8593-4917F8AF79DF@dana.is> References: <306325bb-395d-a16b-a771-0786c23cb46e@eastlink.ca> <8ef96620-e762-d52c-207f-c3ac5620879f@eastlink.ca> To: Ray Andrews X-Mailer: Apple Mail (2.3445.104.11) On 28 Sep 2019, at 12:36, Ray Andrews 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