tst.1: modify man page to accurately reflect default keybindings - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5a10aca702bf7bc9094cb4abaea6c59558740d29
(DIR) parent 745c40f8b07ab898d1f9d4f564881b40599bc80d
(HTM) Author: greg.reagle@umbc.edu <greg.reagle@umbc.edu>
Date: Mon, 10 Apr 2017 18:24:03 +0200
st.1: modify man page to accurately reflect default keybindings
Attached.
===> 2/ (text/x-patch) [file]
cp /mail/fs/mbox/298/2/body /usr/k0ga/0001-st.1-modify-man-page-to-accurately-reflect-default-k.patch
From 265db94b1eca5850d484f86b7db4af8e57822cfe Mon Sep 17 00:00:00 2001
From: Greg Reagle <greg.reagle@umbc.edu>
Date: Sun, 9 Apr 2017 23:05:47 -0400
Subject: [PATCH] st.1: modify man page to accurately reflect default
keybindings
Diffstat:
M st.1 | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
---
(DIR) diff --git a/st.1 b/st.1
t@@ -142,28 +142,25 @@ Print the full screen to the
Print the selection to the
.I iofile.
.TP
-.B Alt-Shift-Page Up
+.B Ctrl-Shift-Page Up
Increase font size.
.TP
-.B Alt-Shift-Page Down
+.B Ctrl-Shift-Page Down
Decrease font size.
.TP
-.B Alt-Shift-Home
+.B Ctrl-Shift-Home
Reset to default font size.
.TP
-.B Shift-Insert
+.B Ctrl-Shift-y
Paste from primary selection (middle mouse button).
.TP
-.B Alt-Shift-Insert
-Paste from clipboard selection.
-.TP
-.B Alt-Shift-c
+.B Ctrl-Shift-c
Copy the selected text to the clipboard selection.
.TP
-.B Alt-Shift-v
+.B Ctrl-Shift-v
Paste from the clipboard selection.
.TP
-.B Alt-Ctrl
+.B Ctrl-Shift-i
Launch dmenu to enter a unicode codepoint and send the corresponding glyph
to st.
.SH CUSTOMIZATION