diff options
author | zachir <zachir@librem.one> | 2022-01-18 21:19:16 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-01-18 21:19:16 -0600 |
commit | e77592fb54057e331dea65d293ede7856d2f2ba1 (patch) | |
tree | 4c95c84418f1f3990667aaea0b18cb5a512a2eb0 /st.1 | |
parent | 9075ac883494635eec1be82a82fe99f87f01783b (diff) |
st: update base to 0.8.5
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 |