summaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorSpenser Truex <truex@equwal.com>2022-08-15 01:20:16 -0300
committerSpenser Truex <truex@equwal.com>2022-08-15 01:54:18 -0300
commitf5b5452eac468760c2972daf184f18e16f03d1ff (patch)
treeea56c7cc8b51dfc8bc91fda72f1d9fd3717fe882 /st.1
parent1455fedf563eac284eab2adabdc369b9a72774e4 (diff)
parentbaa9357e96d2478baa52a3301e70ac80a229b726 (diff)
Merge latest suckless build into lukesmith-0.8.5
Includes the 0.8.5 version bump, which is great since many of the patches have already been updated to here too.
Diffstat (limited to 'st.1')
-rw-r--r--st.118
1 files changed, 18 insertions, 0 deletions
diff --git a/st.1 b/st.1
index 37f7e84..1728e24 100644
--- a/st.1
+++ b/st.1
@@ -176,6 +176,24 @@ Print the full screen to the
.B Print Screen
Print the selection to the
.I iofile.
+.TP
+.B Ctrl-Shift-Page Up
+Increase font size.
+.TP
+.B Ctrl-Shift-Page Down
+Decrease font size.
+.TP
+.B Ctrl-Shift-Home
+Reset to default font size.
+.TP
+.B Ctrl-Shift-y
+Paste from primary selection (middle mouse button).
+.TP
+.B Ctrl-Shift-c
+Copy the selected text to the clipboard selection.
+.TP
+.B Ctrl-Shift-v
+Paste from the clipboard selection.
.SH CUSTOMIZATION
.B st
can be customized by creating a custom config.h and (re)compiling the source