Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
A couple of questions on 'bindkey'
- X-seq: zsh-workers 5884
- From: Anthony Heading <anthony@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: A couple of questions on 'bindkey'
- Date: Tue, 23 Mar 1999 04:05:51 +0800
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Hi,
I'm hacking the keymap code a bit at the moment. Am now looking for a
way to switch between multiple keymaps which is more general than
bindkey -e/-v, and which also allows one to switch keymaps temporarily.
Two possibilities come to mind:
o Switching via invocation of some new 'keymap' builtin
o setting a magical shell parameter: e.g. KEYMAP=myemacs
Is either of these a generally preferred mechanism?
Also, having now ripped 'bindkey' to bits, I have the dull task of
putting it back together. And therein I was somewhat struck by the
heavyweight nature of the code which binds keys to 'ranges'. When this
is really ever needed? Why wouldn't a simple shell loop be a better
solution? Clearly it's needed to support reading back keymaps which
were dumped in this format, but that seems to me somewhat redundant too.
Would it be a good/bad/utterly unacceptable thing to remove this
functionality? (I have to concede a hidden agenda - under my brave new
world the housekeeping to keep track of whether we're in such a range is
even more cumbersome...)
Regards
Anthony
Messages sorted by:
Reverse Date,
Date,
Thread,
Author