summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-09-10 18:55:55 -0500
committerzachir <zachir@librem.one>2021-09-10 18:55:55 -0500
commita6406c8b850a41def9caa9cc3fb2579bd2c93f4f (patch)
tree2bc0d890b43727f191bacddf63108fd6b7a55df9
parent2e7bd410921d01ea02d33037f44532b90361bbb6 (diff)
st.1: fix inconsistency with source code
-rw-r--r--st.118
1 files changed, 14 insertions, 4 deletions
diff --git a/st.1 b/st.1
index bf3d435..89f24c2 100644
--- a/st.1
+++ b/st.1
@@ -140,16 +140,16 @@ Print the full screen to the
Print the selection to the
.I iofile.
.TP
-.B Ctrl-Shift-Page Up
+.B Ctrl-Equals
Increase font size.
.TP
-.B Ctrl-Shift-Page Down
+.B Ctrl-Minus
Decrease font size.
.TP
-.B Ctrl-Shift-Home
+.B Ctrl-Shift-Plus
Reset to default font size.
.TP
-.B Ctrl-Shift-y
+.B Ctrl-Shift-p
Paste from primary selection (middle mouse button).
.TP
.B Ctrl-Shift-c
@@ -161,6 +161,16 @@ Paste from the clipboard selection.
.B Ctrl-Shift-i
Launch dmenu to enter a unicode codepoint and send the corresponding glyph
to st.
+.TP
+.B Ctrl-Shift-y
+Launch dmenu to copy line(s) of output to clipboard.
+.TP
+.B Ctrl-Shift-u
+Launch dmenu to open URL from terminal in script.
+.TP
+.B Ctrl-Shift-l
+Launch dmenu to copy line(s) of text from neomutt to open a single URL (split
+over multiple lines by neomutt, using mw).
.SH CUSTOMIZATION
.B st
can be customized by creating a custom config.h and (re)compiling the source