diff options
author | zachir <zachir@librem.one> | 2021-09-10 18:55:55 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-09-10 18:55:55 -0500 |
commit | a6406c8b850a41def9caa9cc3fb2579bd2c93f4f (patch) | |
tree | 2bc0d890b43727f191bacddf63108fd6b7a55df9 /st.1 | |
parent | 2e7bd410921d01ea02d33037f44532b90361bbb6 (diff) |
st.1: fix inconsistency with source code
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -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 |