From 2e89d5f5752a38e35cc4827e5736cd0b43e40bd6 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 16 Oct 2018 14:41:14 -0400 Subject: [PATCH] man fixes --- st.1 | 36 +++++++++++++++--------------------- 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/st.1 b/st.1 index 6403a35..e543310 100644 --- a/st.1 +++ b/st.1 @@ -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.