zsh-users
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: Ray Andrews <rayandrews@eastlink.ca>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: command on switching terminals?
Date: Mon, 8 Jan 2018 07:28:56 +0100	[thread overview]
Message-ID: <CAHYJk3RaOfpSoW7qW9eDTJyX+=53WgbLvDpMRUve_-JXc+eQXA@mail.gmail.com> (raw)
In-Reply-To: <CAHYJk3TJa=XX0e-wLQVARyi=_Vqyz+WYd=o1-1uuxqk37E7poQ@mail.gmail.com>

On Mon, Jan 8, 2018 at 7:25 AM, Mikael Magnusson <mikachu@gmail.com> wrote:

> I forgot to include these lines,
>
> # this is as close to no-op as you get in menuselect/isearch
> bindkey -M menuselect '^[[I' redisplay
> bindkey -M menuselect '^[[O' redisplay
> bindkey -M isearch '^[[I' redisplay
> bindkey -M isearch '^[[O' redisplay

And of course now I realize you can do this,

bindkey -M menuselect -s '^[[I' ''
bindkey -M menuselect -s '^[[O' ''
bindkey -M isearch -s '^[[I' ''
bindkey -M isearch -s '^[[O' ''

-- 
Mikael Magnusson


  reply	other threads:[~2018-01-08  6:29 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-06  5:33 Ray Andrews
2018-01-06 22:20 ` Mikael Magnusson
2018-01-06 22:45   ` Ray Andrews
2018-01-07 18:48     ` Grant Taylor
2018-01-07  0:51   ` Ray Andrews
2018-01-07 13:24     ` Mikael Magnusson
2018-01-07 16:45       ` Ray Andrews
2018-01-07 18:23         ` Mikael Magnusson
2018-01-07 18:39           ` Grant Taylor
2018-01-07 19:06           ` Ray Andrews
2018-01-07 20:27             ` Bart Schaefer
2018-01-07 20:43               ` Grant Taylor
2018-01-07 21:12               ` Ray Andrews
2018-01-07 21:36                 ` Grant Taylor
2018-01-08  1:43                 ` Ray Andrews
2018-01-07 20:29             ` Grant Taylor
2018-01-08  6:25   ` Mikael Magnusson
2018-01-08  6:28     ` Mikael Magnusson [this message]
2018-01-08 15:39       ` Ray Andrews
2018-01-08 16:08         ` Peter Stephenson
2018-01-08 16:38           ` Ray Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHYJk3RaOfpSoW7qW9eDTJyX+=53WgbLvDpMRUve_-JXc+eQXA@mail.gmail.com' \
    --to=mikachu@gmail.com \
    --cc=rayandrews@eastlink.ca \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).