diff options
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -18,8 +18,6 @@ st \- simple terminal .IR title ] .RB [ \-t .IR title ] -.RB [ \-l -.IR line ] .RB [ \-w .IR windowid ] .RB [[ \-e ] @@ -142,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 @@ -163,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 |