From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5917 invoked by alias); 2 Dec 2016 11:19:09 -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: X-Seq: 22135 Received: (qmail 9396 invoked from network); 2 Dec 2016 11:19:09 -0000 X-Qmail-Scanner-Diagnostics: from mail-wj0-f175.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(209.85.210.175):SA:0(0.0/5.0):. Processed in 2.028172 secs); 02 Dec 2016 11:19:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_PASS,T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: singletoned@gmail.com 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.210.175 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-transfer-encoding:subject:message-id:date:to :mime-version; bh=IIm+N5qpss6J+9TCBp3XzbjsmlLhs5eGl5iA8ewJ4pQ=; b=QBWBowG4TSCI7NracsZqMy3bU/7mU6IIF0ZzsKiKfZw1A2pzTelUYG4fsNhriB+oSn 3l1MTJ7ZHFeoTFnLw2Vf1krjS6eJWvu3b/cZNNPO9MOJbrj//uHOCfF1F1Cggav0jvjG 7NbdOxOn9X2FTuFGKwXG0XPXS4kl/9epf5qEBWgDqbdVtT4vrf0t3fBnETGw3u67ll1j LvyKrK0kO4Z/9Xqz0f5JSdcrKH8QZMnBdTQxD1uyNJMFj2WnLxt1O9o4jlezUabPsQfT VrHolvsOSgbHQFy4OePu+3yhiEJnOqG/S9NyyKZYbTm1A6E8mjaoeP7Q21+jTMDmGnZC +Y8w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=IIm+N5qpss6J+9TCBp3XzbjsmlLhs5eGl5iA8ewJ4pQ=; b=GYWMxN/2Bcxe68B57ubZrvlc8VegdcK7ZARmReFkICxTJzhBBt1iTgX+/OZuhQO2e+ PWOzDUyFPtWHNpeO6FRb1R/bhHn7cynh4LpLM7n6qIIfxpJzGy5N8Pch7Iyg2CKlgKjN ZbDDCtYkf6Th1b1VWQ+1SdE/GBNdUK5lrDdbLxFl9sN9QF1AlQ32566J4txpgAmvfEVa hnCWA5+XEH+MshaDfHMaRLeYDvsqovS27ku0Gp3dJfWU88XnPyO239amx5hAkfDEesId b8xBW/gwOvP+fHGYLWC7JwAjwwitGDcVEbihoPXyJ5WmNQMdWBEGD/KoYzrTXYLBRgUE x9Cg== X-Gm-Message-State: AKaTC03z1eMm3jy4/r6lBKib7d6UAHqci8A7SQxRPe5uNlitEG1yCRQIwQaKb/rXe3mgxA== X-Received: by 10.194.90.135 with SMTP id bw7mr36567430wjb.34.1480677537701; Fri, 02 Dec 2016 03:18:57 -0800 (PST) From: Ed Singleton Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: How to disable Windows style completion cycling? Message-Id: Date: Fri, 2 Dec 2016 11:18:56 +0000 To: zsh-users@zsh.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) I=E2=80=99ve recently switched from bash to zsh, and generally it=E2=80=99= s been a positive experience, except for the fact that I can=E2=80=99t = work out how to switch off the Windows style cycling of completions when = you press . I much prefer bash=E2=80=99s refusal to guess, where = it only completes any unambiguous part of the match and does nothing = else except show options. I=E2=80=99m currently trying with a fresh install of zsh on OSX using = homebrew, with an empty .zshrc. I=E2=80=99ve tried setting (and unsetting) MENU_COMPLETE, and other = options from the completion section of setopt. =20 I=E2=80=99ve tried using zstyle and setting `zstyle ':completion:*' menu = no-select` I=E2=80=99ve tried running through zsh-newuser-install and exploring the = options in there to see if there was anything that would switch it off. If anyone has got any tips on how to turn it off, or good terms that I = should be googling, I=E2=80=99d be very grateful. (I=E2=80=99m slightly = hampered in that I don=E2=80=99t know the correct term for it, so it=E2=80= =99s hard to google). Thanks Ed=