diff options
author | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 07:55:34 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2022-08-15 07:55:34 -0400 |
commit | a63ef65ef10e33b8eb8f530dd847ef7c4ecb1c12 (patch) | |
tree | ea56c7cc8b51dfc8bc91fda72f1d9fd3717fe882 /st.1 | |
parent | 2e2d560516765e301e0425c2fbf783825334f9a1 (diff) | |
parent | f5b5452eac468760c2972daf184f18e16f03d1ff (diff) |
Merge branch 'lukesmith-0.8.5' of https://github.com/equwal/st into equwal-lukesmith-0.8.5
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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 |