Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: command on switching terminals?
- X-seq: zsh-users 23077
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: command on switching terminals?
- Date: Mon, 08 Jan 2018 16:08:01 +0000
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout1.w1.samsung.com 20180108160805euoutp0178a79d1fccba7a8a545105641ad1af32~H4XNyxEYE3256232562euoutp01E
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1515427685; bh=M0IWuBhVvAV0XkR5dWO7S6dWftTvkPmfJ5zi2NrG2LU=; h=Date:From:To:Subject:In-reply-to:References:From; b=b1NxV1HQyDXBafszekduFXRrwL5GJ4DxzYk8ERFoCreIZ8uA59JAwz+1RSqJ+ME9/ IBY5eErj3TBjv4L/eScgZl1kwVGwRFbRetnHJUzQXRrY0mPSU8cRbr/FI7yPgWk+eE sAPa6Ud5A9SvEL3DE28CHGlKT7XpTLfPNZLq/i6A=
- In-reply-to: <85f067e1-5b38-cace-fced-15370dec6793@eastlink.ca>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: Samsung Cambridge Solution Centre
- References: <5dbdfef3-65c0-b780-76a8-86ed79c0d8e4@eastlink.ca> <CAHYJk3S=p9xtwZKDj-rD+UPCb4TdWN0dSCiqoqYdO0tExuCRog@mail.gmail.com> <CAHYJk3TJa=XX0e-wLQVARyi=_Vqyz+WYd=o1-1uuxqk37E7poQ@mail.gmail.com> <CAHYJk3RaOfpSoW7qW9eDTJyX+=53WgbLvDpMRUve_-JXc+eQXA@mail.gmail.com> <CGME20180108154111epcas5p1a28606930e1ff87e591dd9d02027a57b@epcas5p1.samsung.com> <85f067e1-5b38-cace-fced-15370dec6793@eastlink.ca>
On Mon, 8 Jan 2018 07:39:32 -0800
Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
> On 07/01/18 10:28 PM, Mikael Magnusson wrote:
> bindkey -M menuselect '^[[I' redisplay
> bindkey -M menuselect -s '^[[I' ''
>
> All four of those 'menuselect' lines give:
>
> ... no such keymap `menuselect'
You need to "zmodload zsh/complist", but actually if you don't have that
loaded those lines aren't doing anything anyway, so no big deal, just
ignore.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author