Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: history-incremental-search-backward and personnal zle widget
- X-seq: zsh-users 12379
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: history-incremental-search-backward and personnal zle widget
- Date: Sat, 29 Dec 2007 15:08:27 -0800
- In-reply-to: <20071229220957.GA9888@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20071229012451.GC5256@xxxxxxxxxxxxxxxxxxxxx> <237967ef0712282235t77a64976p4d59fc4e992bc424@xxxxxxxxxxxxxx> <47767B29.6050607@xxxxxxxxxxxxx> <071229115616.ZM7726@xxxxxxxxxxxxxxxxxxxxxx> <20071229220957.GA9888@xxxxxxxxxxxxxxxxxxxxx>
On Dec 29, 11:09pm, antho.charles@xxxxxxxxx wrote:
}
} > zle -N magic-space magic-space-rationalise-dot
} > bindkey "." magic-space
} >
} > Note that binding space to magic-space still works as it did before.
}
} This function works but not with history-incremental-search-backward
Ah, drat. I overlooked that history-incremental-search-* re-implements
magic-space internally, using the assumption that it's bound only to
space and never to anything else.
You'll have to choose one of the other solutions.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author