diff options
author | zachir <zachir@librem.one> | 2021-09-23 00:19:22 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-09-23 00:19:22 -0500 |
commit | bb3c7c159c128ef88e59bfb17488a4e82a790721 (patch) | |
tree | 15e12b7434e4a6c38a98a250f84ce691f38d9ae7 /st.1 | |
parent | a25ab0d3ef1ef99acc2821b8edd433844e59eb66 (diff) | |
parent | a6406c8b850a41def9caa9cc3fb2579bd2c93f4f (diff) |
Merge my earlier st with some new fixes
Merge branch 'master' of gitlab.com:zachir/st
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 |