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=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,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 cf766fdd for ; Tue, 9 Apr 2019 21:16:13 +0000 (UTC) Received: (qmail 4646 invoked by alias); 9 Apr 2019 21:15:56 -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: 23920 Received: (qmail 18973 invoked by uid 1010); 9 Apr 2019 21:15:56 -0000 X-Qmail-Scanner-Diagnostics: from mail-qt1-f179.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.1/25412. spamassassin: 3.4.2. Clear:RC:0(209.85.160.179):SA:0(-2.0/5.0):. Processed in 1.850347 secs); 09 Apr 2019 21:15:56 -0000 X-Envelope-From: ericdfreese@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.160.179 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=AkYVJ+qMPCwPdjMS8f5tGxEkFx0mhDbtqJrIaxj2TrE=; b=Gf5RNSs7O+SpBmTeOaivLEKv0am5zuJpj5dJ3UTEgNPzr7NAn0Z54SNG7K6CEoyOiW Sdvaxl+JJW//L0b1OQqUmqXF5EfZQ16mOnxHWiud21wT3CH6x0uKOYrRYn3u+EfrpuSA v4fU95aGEsfEDb7OR8qBlTSS+2Eo8Tc4PG6R2QCJSgDFF5phGBDjxkd6UZ0Y4sshUMPb TyUJHzs8GN6DVQg6NXynalPExDBafvK8VbhkvtF9eYDKj19xMZpLCHiA6HmE9KXFeNu0 StCSFonqzdtK+AxF1bpWFzwVQo5G92Myfse+qIFbJfFd46hqSlDHG/+5qcB+4N+/fWQ1 mkCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=AkYVJ+qMPCwPdjMS8f5tGxEkFx0mhDbtqJrIaxj2TrE=; b=ihX+8pbxeSuoGqZVlr9erjDrOLur0q5o7+mQN07Th1/af71/6a0ntp6tiF1HuCIHHl uXNQ7lp5mflliTRxXxpLuJ3kvG22A2OGiIRRg34mHDz5tYwU4DmpbxNZex1TD7X39xl0 0x96zhVnurp7OTPKZdUnwkXqeWbv0qxjsffNwUBsVzluAwbWo5oeNjayic0il7cbqvYu zrqtWxGmylHpO9/jsulnQMrHavRsWad1FIwr3m0GsM++aqfPyc3WdxWzbHlVqPY7SJza jObY8BL4wGLVXOEuFbMQoqnChbQR8uRpHxcuOt7vXUg5Cry2hIrFeSQV23BAW1rVofi2 3E+A== X-Gm-Message-State: APjAAAUrMhseaJ7GKhVgdwZW/1PsEUVbc6bEjd4pcN+PXycciwposjys kUv444LDZD0RbvoLrliqJTjX1wosGfhY1qODQanVignq X-Google-Smtp-Source: APXvYqyV3iYP/yAwEDLzapPJpBIfNqC16/HdEVijk32xj6ZUf3vsTnLiaheFRgnh/IksLdefIALRtZavol8H1QGY5XY= X-Received: by 2002:ac8:36fd:: with SMTP id b58mr18569426qtc.233.1554844519494; Tue, 09 Apr 2019 14:15:19 -0700 (PDT) MIME-Version: 1.0 From: Eric Freese Date: Tue, 9 Apr 2019 15:15:07 -0600 Message-ID: Subject: Is it possible to disable cursor movement when running completion? To: Zsh Users Content-Type: multipart/alternative; boundary="00000000000043f7fe05861f73b4" --00000000000043f7fe05861f73b4 Content-Type: text/plain; charset="UTF-8" Hi all, When I run `zsh -f`, type `ls "/"`, and hit tab, zsh moves the cursor back to just before the closing quote and offers completions from there. If I hit tab again, the buffer is expanded to `ls "/bin/"` (the first completion match). Is it possible to disable this behavior, such that when I press tab at the end of a quoted string it does not move the cursor back and instead offers no completion? Thanks, Eric --00000000000043f7fe05861f73b4--