diff options
author | Luke Smith <luke@lukesmith.xyz> | 2018-10-16 14:41:14 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-16 14:41:14 -0400 |
commit | 2e89d5f5752a38e35cc4827e5736cd0b43e40bd6 (patch) | |
tree | 5643feed31f7a911edf059163d4f7ace6f44ffae | |
parent | 523d83e6abaeb50ac6e7315e6436a2ebfb188e52 (diff) |
man fixes
-rw-r--r-- | st.1 | 36 |
1 files changed, 15 insertions, 21 deletions
@@ -1,6 +1,6 @@ .TH ST 1 st\-VERSION .SH NAME -st \- simple terminal (Luke Smith's build) +st \- simple terminal (Luke Smith (https://lukesmith.xyz)'s build) .SH SYNOPSIS .B st .RB [ \-aiv ] @@ -128,12 +128,24 @@ even without it. .B Alt-j/k or Alt-Up/Down Scroll up/down one line at a time. .TP -.B Alt-u/d +.B Alt-u/d or Alt-Page Up/Page Down Scroll up/down one screen at a time. .TP -.B Alt-Shift-j/k +.B Alt-Shift-k/j Alt-Shift-Page Up/Page Down Increase or decrease font size. .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 Send a break in the serial line. Break key is obtained in PC keyboards @@ -151,24 +163,6 @@ Print the full screen to the 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 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 Launch dmenu to enter a unicode codepoint and send the corresponding glyph to st. |