Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Make zed understand page-up/down keys
- X-seq: zsh-workers 41232
- From: Sebastian Gniazdowski <psprint@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Make zed understand page-up/down keys
- Date: Tue, 6 Jun 2017 07:07:20 +0200
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hello
Page up/down keys are currently bound to {beginning,end}-of-history. The keys are needed when editing multi-page functions. Currently, going few blocks up requires to hold up-cursor and wait. Pressing page up/down adds to the discomfort, in effect single history line is shown.
I've adapted number of lines jumped (LINES/2-1) so that user doesn't get lost (I think zle often centers view, jumping whole page doesn't feel OK).
--
Sebastian Gniazdowski
psprint /at/ zdharma.org
Attachment:
zed_pgud.diff
Description: Binary data
Messages sorted by:
Reverse Date,
Date,
Thread,
Author