diff options
author | rjl6789 <rob.livesey@gmail.com> | 2019-05-09 07:37:21 +0100 |
---|---|---|
committer | rjl6789 <rob.livesey@gmail.com> | 2019-05-09 07:37:21 +0100 |
commit | 9aa7f38187cf6ff15ec1a11fc83e8d43e1b1a6d5 (patch) | |
tree | 79889ddefc19e3ea2fc1c2374d9a54727e156435 /st.1 | |
parent | e99aa29eefb43c1ea9f63c13d35bf45f7a90171b (diff) | |
parent | da13ef12463d1870caed94584db464d68c6b3182 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -149,6 +149,14 @@ Paste/input primary selection. .B Alt-l Show dmenu menu of all URLs on screen and choose one to open. .TP +.B Alt-y +Show dmenu menu of all URLs on screen and choose one to copy. +.TP +.B Alt-o +Show dmenu menu of all recently run commands and copy the output of the chosen command to the clipboard. +.I xclip +required. +.TP .B Break Send a break in the serial line. Break key is obtained in PC keyboards @@ -166,7 +174,7 @@ Print the full screen to the Print the selection to the .I iofile. .TP -.B Ctrl-Shift-i +.B Alt-Ctrl Launch dmenu to enter a unicode codepoint and send the corresponding glyph to st. .SH CUSTOMIZATION |