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

Re: PATCH: Re: .zshrc sanity check



Peter Stephenson wrote:
> A more general solution to this is to allow zed to use its own keymaps.
> Then you can bind anything you like:
> 
> bindkey -N zed main
> bindkey -M zed "\e[A" up-line-or-history
> bindkey -M zed "\e[B" down-line-or-history

...except if you do it by hand like that, you also need to bind

  bindkey -M zed '^M' self-insert-unmeta

to make returns insert newlines, as zed normally does.  That probably
needs pointing out in the docs.

-- 
Peter Stephenson <pws@xxxxxxx>                  Software Engineer
CSR Ltd., Science Park, Milton Road,
Cambridge, CB4 0WH, UK                          Tel: +44 (0)1223 692070


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



Messages sorted by: Reverse Date, Date, Thread, Author