Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Redisplay (Re: Undo Depth in ZLE)
- X-seq: zsh-users 14919
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Redisplay (Re: Undo Depth in ZLE)
- Date: Thu, 11 Mar 2010 07:05:54 -0800
- In-reply-to: <20100311094806.GA5728@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <1268047123.5636.6.camel@raybuntu-laptop> <20100311094806.GA5728@xxxxxxxxxxxxxxxxxxxxxxxxxx>
On Mar 11, 11:48am, Nadav Har'El wrote:
}
} By the way this overrides zsh's default mapping of ^R which is "redisplay".
} What am I losing by doing this? (I didn't see "redisplay" does anything...)
Redisplay redraws just the current ZLE buffer, as opposed to clear-screen
(^L) which erases the terminal first.
This is useful if something else is scribbling on your display, like a
background job producing output, or console messages (if you're on the
console).
Redisplay also can be used to redraw a multi-line editor buffer that is
more than one screen tall, moving the line the cursor is on as close as
possible to the center of the screen.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author