zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: dado <dado@pdi.com>, zsh users list <zsh-users@sunsite.auc.dk>
Subject: Re: bindings
Date: Wed, 15 Sep 1999 23:38:23 +0000	[thread overview]
Message-ID: <990915233824.ZM29032@candle.brasslantern.com> (raw)
In-Reply-To: <37E0215B.43DF147F@pdi.com>

On Sep 15,  3:44pm, dado wrote:
> Subject: bindings
> How can I bind certain keys to zle (I think) motion commands?

I recently wrote a lengthy message about this.  See

	http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=2550

> For instance, I want the END and HOME keys to move to the end and
> beggining of the command line, in either insert or command mode.

For insert mode, you want

	bindkey -v ... beginning-of-line
	bindkey -v ... end-of-line

and for command mode

	bindkey -a ... beginning-of-line
	bindkey -a ... end-of-line

replacing the "..." above with whatever your HOME and END keys send.


      reply	other threads:[~1999-09-15 23:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-15 22:44 bindings dado
1999-09-15 23:38 ` Bart Schaefer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=990915233824.ZM29032@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=dado@pdi.com \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).