Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ESC-Question
- X-seq: zsh-users 8607
- From: Philippe Troin <phil@xxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: ESC-Question
- Date: 14 Mar 2005 10:18:13 -0800
- In-reply-to: <200503141709.j2EH9tsB004401@xxxxxxxxxxxxxx>
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20050314.053746.74750222.Meino.Cramer@xxxxxx> <871xaiu0w7.fsf@xxxxxxxxxxxxxxxx> <20050314.175827.41633885.Meino.Cramer@xxxxxx> <200503141709.j2EH9tsB004401@xxxxxxxxxxxxxx>
Peter Stephenson <pws@xxxxxxx> writes:
> Meino Christian Cramer wrote:
> > PS: Just cause I am a little curious... :)
> > Under Emacs each keycode is bound to a named function like
> > forward-search-regexp and such...what is the corresponding
> > function in zsh? insert-line ? Or what is its name ?
>
> Reading the zshzle manual page should help, particularly the entry for
> "bindkey". To find out the mapping between keys and commands, run
> "bindkey", or "bindkey -L" to see it in the form that can be used to
> restore each binding in future.
Or M-x describe-key-briefly <ENTER> <keypress>.
The reverse: M-x where-is <ENTER> <widget name> <ENTER>
^--- <TAB> autocompletes
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author