zsh-users
 help / color / mirror / code / Atom feed
From: rj <rj@panix.com>
To: zsh-users@zsh.org
Subject: How do I finish this key-binding (for PageUp-Down)
Date: Tue, 14 Apr 2020 15:24:59 -0400	[thread overview]
Message-ID: <20200414192459.GA20687@panix.com> (raw)


I'd like to change <hold-SHIFT>-<PageUp> to a simple one-keystroke for
scrolling in zsh in the terminal.  So that I only have to press <PageUp> to
scroll back.

I currently have this partial keybinding for this:

bindkey  "^[[5~"	

That's the mapping for PageUp  --  ^[[5~  --  but what word-command do
I use on the right half of this line to accurately represent the action of
holding the shift-key and then pressing the PageUp key?



             reply	other threads:[~2020-04-14 19:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-14 19:24 rj [this message]
2020-04-14 19:29 ` Roman Perepelitsa
2020-04-14 19:36   ` Bart Schaefer
2020-04-14 19:38 ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200414192459.GA20687@panix.com \
    --to=rj@panix.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).