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

[PATCH] Make zed understand page-up/down keys



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