man fixes
This commit is contained in:
parent
523d83e6ab
commit
2e89d5f575
1 changed files with 15 additions and 21 deletions
36
st.1
36
st.1
|
@ -1,6 +1,6 @@
|
||||||
.TH ST 1 st\-VERSION
|
.TH ST 1 st\-VERSION
|
||||||
.SH NAME
|
.SH NAME
|
||||||
st \- simple terminal (Luke Smith's build)
|
st \- simple terminal (Luke Smith (https://lukesmith.xyz)'s build)
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B st
|
.B st
|
||||||
.RB [ \-aiv ]
|
.RB [ \-aiv ]
|
||||||
|
@ -128,12 +128,24 @@ even without it.
|
||||||
.B Alt-j/k or Alt-Up/Down
|
.B Alt-j/k or Alt-Up/Down
|
||||||
Scroll up/down one line at a time.
|
Scroll up/down one line at a time.
|
||||||
.TP
|
.TP
|
||||||
.B Alt-u/d
|
.B Alt-u/d or Alt-Page Up/Page Down
|
||||||
Scroll up/down one screen at a time.
|
Scroll up/down one screen at a time.
|
||||||
.TP
|
.TP
|
||||||
.B Alt-Shift-j/k
|
.B Alt-Shift-k/j Alt-Shift-Page Up/Page Down
|
||||||
Increase or decrease font size.
|
Increase or decrease font size.
|
||||||
.TP
|
.TP
|
||||||
|
.B Alt-Shift-Home
|
||||||
|
Reset to default font size.
|
||||||
|
.TP
|
||||||
|
.B Shift-Insert or Alt-v
|
||||||
|
Paste from clipboard.
|
||||||
|
.TP
|
||||||
|
.B Alt-c
|
||||||
|
Copy to clipboard.
|
||||||
|
.TP
|
||||||
|
.B Alt-p
|
||||||
|
Paste/input primary selection.
|
||||||
|
.TP
|
||||||
.B Break
|
.B Break
|
||||||
Send a break in the serial line.
|
Send a break in the serial line.
|
||||||
Break key is obtained in PC keyboards
|
Break key is obtained in PC keyboards
|
||||||
|
@ -151,24 +163,6 @@ 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
|
|
||||||
Increase font size.
|
|
||||||
.TP
|
|
||||||
.B Ctrl-Shift-Page Down
|
|
||||||
Decrease font size.
|
|
||||||
.TP
|
|
||||||
.B Ctrl-Shift-Home
|
|
||||||
Reset to default font size.
|
|
||||||
.TP
|
|
||||||
.B Shift-Insert or Alt-v
|
|
||||||
Paste from clipboard.
|
|
||||||
.TP
|
|
||||||
.B Alt-c
|
|
||||||
Copy to clipboard.
|
|
||||||
.TP
|
|
||||||
.B Alt-p
|
|
||||||
Paste/input primary selection.
|
|
||||||
.TP
|
|
||||||
.B Ctrl-Shift-i
|
.B Ctrl-Shift-i
|
||||||
Launch dmenu to enter a unicode codepoint and send the corresponding glyph
|
Launch dmenu to enter a unicode codepoint and send the corresponding glyph
|
||||||
to st.
|
to st.
|
||||||
|
|
Loading…
Reference in a new issue