From a6406c8b850a41def9caa9cc3fb2579bd2c93f4f Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 10 Sep 2021 18:55:55 -0500 Subject: st.1: fix inconsistency with source code --- st.1 | 18 ++++++++++++++---- 1 file 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 -- cgit v1.2.3