aboutsummarylogtreecommitdiffstats
path: root/st.1
diff options
context:
space:
mode:
authorgreg.reagle@umbc.edu2017-04-10 18:24:03 +0200
committerRoberto E. Vargas Caballero2017-04-10 18:32:10 +0200
commite1e7e0a7b6a9b6083c9386307011bd7fc134ed82 (patch)
tree8e3d77f3e8adb9fa1b8ef5012d14fd6091046d34 /st.1
parentab83bb4a8d4596fb0047ca8cf8c2b52560825232 (diff)
downloadaur-e1e7e0a7b6a9b6083c9386307011bd7fc134ed82.tar.gz
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 (limited to 'st.1')
-rw-r--r--st.117
1 files changed, 7 insertions, 10 deletions
diff --git a/st.1 b/st.1
index c429dcfd0606..bbca7e5fb85d 100644
--- a/st.1
+++ b/st.1
@@ -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