Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ESC-Question



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