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

Re: command on switching terminals?



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