Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: list bindings with given prefix.
- X-seq: zsh-workers 13862
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxx>
- Subject: Re: PATCH: list bindings with given prefix.
- Date: Sun, 01 Apr 2001 16:11:59 +0100
- Cc: Zsh hackers list <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <Tc0a88d01529276dc9f@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Sender: opk
Peter Stephenson wrote:
>
> This allows `bindkey -p <seq>' to list bindings which have <seq> as a
> prefix (not counting bindings for <seq> itself). The previous unposted zle
How do I use this to list all key bindings which are Meta something:
bindkey -p \\M
doesn't work.
Also, I've just noticed that the output of bindkey includes these:
"^\^" up-case-word
"^\^[OA" up-history
"^\^[OB" down-history
"^\^[OC" forward-char
"^\^[OD" backward-char
"^\^[[A" up-history
"^\^[[B" down-history
"^\^[[C" forward-char
"^\^[[D" backward-char
The first one is set from this command in my .zshrc:
bindkey '^^' up-case-word
but I don't see where the back-slash came from. It is also there in
3.1.9-dev-8 so this isn't recent. I also don't see why the others should
start with ^\. I don't know where they come from - after zsh -f followed
by . ./.zshrc, they aren't there but I expect they have something to do
with the recent changes for binding cursor keys (they don't appear in
3.1.9-dev-8).
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author