zsh-users
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: zsh-users@zsh.org
Subject: Re: How do I finish this key-binding (for PageUp-Down)
Date: Tue, 14 Apr 2020 20:38:27 +0100	[thread overview]
Message-ID: <8868e9f156eaa662c423a8ec323fa2b7b6bfdce7.camel@ntlworld.com> (raw)
In-Reply-To: <20200414192459.GA20687@panix.com>

On Tue, 2020-04-14 at 15:24 -0400, rj wrote:
> 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?

If you're scrolling zsh in the terminal, that's a terminal command,
not a zsh command --- it's the terminal that manages scrollback.
I take it that is what you mean, you don't want to access the shell's
own history (which is indeed a "bindkey")?

How you do that varies depending on the terminal --- modern ones
have a menu for this, but if its xterm you need to use an Xdefaults
text file.

pws



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

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

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=8868e9f156eaa662c423a8ec323fa2b7b6bfdce7.camel@ntlworld.com \
    --to=p.w.stephenson@ntlworld.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).