From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 24239 invoked from network); 14 Apr 2020 19:25:51 -0000 Received-SPF: pass (primenet.com.au: domain of zsh.org designates 203.24.36.2 as permitted sender) receiver=inbox.vuxu.org; client-ip=203.24.36.2 envelope-from= Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with UTF8ESMTPZ; 14 Apr 2020 19:25:51 -0000 Received: (qmail 11699 invoked by alias); 14 Apr 2020 19:25:39 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24769 Received: (qmail 28351 invoked by uid 1010); 14 Apr 2020 19:25:39 -0000 X-Qmail-Scanner-Diagnostics: from mailbackend.panix.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25779. spamassassin: 3.4.4. Clear:RC:0(166.84.1.89):SA:0(-4.2/5.0):. Processed in 1.267625 secs); 14 Apr 2020 19:25:39 -0000 X-Envelope-From: rj@panix.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at panix.com designates 166.84.1.89 as permitted sender) Date: Tue, 14 Apr 2020 15:24:59 -0400 From: rj To: zsh-users@zsh.org Subject: How do I finish this key-binding (for PageUp-Down) Message-ID: <20200414192459.GA20687@panix.com> Mail-Followup-To: zsh-users@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-To-All-My-Friends-In-Domestic-Surveillance: Hi There, Sports Fans! User-Agent: Mutt/1.12.1 (2019-06-15) I'd like to change - to a simple one-keystroke for scrolling in zsh in the terminal. So that I only have to press 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?