diff options
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 20 |
1 files changed, 6 insertions, 14 deletions
@@ -18,6 +18,8 @@ st \- simple terminal .IR title ] .RB [ \-t .IR title ] +.RB [ \-l +.IR line ] .RB [ \-w .IR windowid ] .RB [[ \-e ] @@ -140,16 +142,16 @@ Print the full screen to the Print the selection to the .I iofile. .TP -.B Ctrl-Equals +.B Ctrl-Shift-Page Up Increase font size. .TP -.B Ctrl-Minus +.B Ctrl-Shift-Page Down Decrease font size. .TP -.B Ctrl-Shift-Plus +.B Ctrl-Shift-Home Reset to default font size. .TP -.B Ctrl-Shift-p +.B Ctrl-Shift-y Paste from primary selection (middle mouse button). .TP .B Ctrl-Shift-c @@ -161,16 +163,6 @@ 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 |