Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: command on switching terminals?



On Mon, Jan 8, 2018 at 7:25 AM, Mikael Magnusson <mikachu@xxxxxxxxx> 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



Messages sorted by: Reverse Date, Date, Thread, Author