Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: prints byte sequence when no key is bound to that key sequence
- X-seq: zsh-users 26121
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ahmad Ismail <ismail783@xxxxxxxxx>
- Subject: Re: prints byte sequence when no key is bound to that key sequence
- Date: Thu, 22 Oct 2020 11:01:42 -0700
- Archived-at: <https://zsh.org/users/26121>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2020-10/CAH%2Bw%3D7aKOk_uOB7huTzNvqd8vba54AXfRjYFFsAqYqNrJcZEOQ%40mail.gmail.com>
- Authentication-results: zsh.org; iprev=pass (mail-oi1-f178.google.com) smtp.remote-ip=209.85.167.178; dkim=pass header.d=brasslantern-com.20150623.gappssmtp.com header.s=20150623 header.a=rsa-sha256; dmarc=none header.from=brasslantern.com; arc=none
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=sECujftwC6uSVfs8FgxX/1ew/QmjHSf0k8rciDPJjsM=; b=cs0Pp32sCLjQPPMRqmQioc2n4KEVIjr5eBj/3+Oo2TgDPv0u+/k7PJBSFQADCHmye7 e2mOmMVqHWhqnnp2YeoDGsbjk942pX8V0RqT5Qj1bVX9jopNeb+nGC8r9S7Tfaeb6wGF J+7n8poxcW/IG3JBc6wDqG5qJcY1yyvsisB7bUSQdjVZYaIdVQvuGdhxZk+rC6vfZuZf rsq+bJhQzSlylDoz57dqlBxNwQKOZ9yf3T+H+aWfqWgLRWWrZa4z/fPXxIMD2KnRxegf ZiUow4A5h20ShSkRr38VUjEFNAEiyzqmRN+bUWNDL4N/sI3vQZCrI3pAYlPNhQMHLWaG uFMw==
- In-reply-to: <CAHAhJwLZQ6cyQvebj7BR29pLfcAU-TGLQGTFffGRJuoy46mx-g@mail.gmail.com>
- List-archive: <http://www.zsh.org/sympa/arc/zsh-users>
- List-help: <mailto:sympa@zsh.org?subject=help>
- List-id: <zsh-users.zsh.org>
- List-owner: <mailto:zsh-users-request@zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-subscribe: <mailto:sympa@zsh.org?subject=subscribe%20zsh-users>
- List-unsubscribe: <mailto:sympa@zsh.org?subject=unsubscribe%20zsh-users>
- References: <CAHAhJwJTEOm3kS5bTS6FWNzFd=HMVrvZCrhjH073LmRjTwTQjQ@mail.gmail.com> <CAH+w=7YqWVdkN6R+sravPMAviiy5qXehzPpf+1bJjXipGn5D9w@mail.gmail.com> <CAHAhJwLZQ6cyQvebj7BR29pLfcAU-TGLQGTFffGRJuoy46mx-g@mail.gmail.com>
- Sender: zsh-users-request@xxxxxxx
On Thu, Oct 22, 2020 at 2:40 AM Ahmad Ismail <ismail783@xxxxxxxxx> wrote:
>
> After your suggestion, I found the main problem. It was:
>
> zle -N _escape-key
> bindkey '\e' _escape-key
Hm, that should not break multi-key sequences all by itself. Has
$KEYTIMEOUT been set to some very small value?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author