Fix up st.1 (the man page), correct to my current config.h

This commit is contained in:
2024-07-25 02:49:00 +01:00
parent 8afedaea39
commit 7f6b1ff018

35
st.1
View File

@@ -142,24 +142,46 @@ Print the full screen to the
Print the selection to the Print the selection to the
.I iofile. .I iofile.
.TP .TP
.B Ctrl-Shift-Page Up .B Alt-Equal
Increase font size. Increase font size.
.TP .TP
.B Ctrl-Shift-Page Down .B Alt-Minus
Decrease font size. Decrease font size.
.TP .TP
.B Ctrl-Shift-Home .B Alt-0
Reset to default font size. Reset to default font size.
.TP .TP
.B Ctrl-Shift-y .B Alt-y
Paste from primary selection (middle mouse button). Paste from primary selection (middle mouse button).
.TP .TP
.B Ctrl-Shift-c .B Alt-c
Copy the selected text to the clipboard selection. Copy the selected text to the clipboard selection.
.TP .TP
.B Ctrl-Shift-v .B Alt-v
Paste from the clipboard selection. Paste from the clipboard selection.
.TP
.B Alt-k
Scroll the window up by one line
.TP
.B Alt-K
Scroll the window up by one screen height
.TP
.B Alt-j
Scroll the window down by one line
.TP
.B Alt-J
Scroll the window down by one screen height
.TP
.B Alt-Ctrl-o
Open any URL (within command output)
.TP
.B Alt-Ctrl-u
Copy any URL (within command output)
.TP
.B Alt-Ctrl-c
Copy any one command's output
.SH CUSTOMIZATION .SH CUSTOMIZATION
Scroll the window down
.B st .B st
can be customized by creating a custom config.h and (re)compiling the source can be customized by creating a custom config.h and (re)compiling the source
code. This keeps it fast, secure and simple. code. This keeps it fast, secure and simple.
@@ -174,4 +196,3 @@ See the LICENSE file for the terms of redistribution.
.BR scroll (1) .BR scroll (1)
.SH BUGS .SH BUGS
See the TODO file in the distribution. See the TODO file in the distribution.