Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: bindkey intro?
- X-seq: zsh-users 1027
- From: fk5a005@xxxxxxxxxxxxxxxxxx (Matthias Kopfermann)
- To: fk5a005@xxxxxxxxxxxxxxxxxx (Matthias Kopfermann)
- Subject: Re: bindkey intro?
- Date: Fri, 26 Sep 1997 10:12:01 +0200 (DFT)
- Cc: sweth@xxxxxxxxxxxxxxxxxx, zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <9709260807.AA20626@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> from "Matthias Kopfermann" at Sep 26, 97 10:07:40 am
>
> > i would
> > like to be able to map the control+(left arrow) and control+(right arrow)
> > keys to the sequences "ESC-b" and "ESC-w", respectively (so that, with
> > VISUAL set to 'vi', they move the cursor one word to the left/right.
> bindkey -s "control-v and then control( pressed" "control-v ESC pressed,
then b"
> control-v is for quoting ESC in ed/sed/vi thinking.
wrong, Matthias! :-)
bindkey -s does print everything to the screen.
you need to use bindkey but i don't know how to do that right now.
--
Matthias
(this message came from Hamburg/Germany)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author