aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorGreg Reagle <greg.reagle@umbc.edu>2015-02-19 16:33:22 -0500
committerRoberto E. Vargas Caballero <k0ga@shike2.com>2015-02-23 11:14:21 +0100
commitb8804f9f675b79ddd2db47aeef626d6ae3ce5ca3 (patch)
tree77ab431ca06061a073a20c187235cd734da4fc2a /st.1
parent1b514048b254827f1a83c05e1b2a2428bf31924e (diff)
downloadst-patched-b8804f9f675b79ddd2db47aeef626d6ae3ce5ca3.tar.bz2
st-patched-b8804f9f675b79ddd2db47aeef626d6ae3ce5ca3.tar.xz
st-patched-b8804f9f675b79ddd2db47aeef626d6ae3ce5ca3.zip
document keys in man page
Diffstat (limited to 'st.1')
-rw-r--r--st.125
1 files changed, 25 insertions, 0 deletions
diff --git a/st.1 b/st.1
index e655530..0700787 100644
--- a/st.1
+++ b/st.1
@@ -67,6 +67,31 @@ st executes
67instead of the shell. If this is used it 67instead of the shell. If this is used it
68.B must be the last option 68.B must be the last option
69on the command line, as in xterm / rxvt. 69on the command line, as in xterm / rxvt.
70.SH USAGE
71.TP
72.B Ctrl-Print Screen
73toggleprinter()
74.TP
75.B Shift-Print Screen
76printscreen()
77.TP
78.B Print Screen
79printsel()
80.TP
81.B Alt-Shift-Page Up
82increase font size
83.TP
84.B Alt-Shift-Page Down
85decrease font size
86.TP
87.B Alt-Shift-Home
88reset to default font size
89.TP
90.B Shift-Insert
91paste from primary selection
92.TP
93.B Alt-Shift-Insert
94paste from clipboard selection
70.SH CUSTOMIZATION 95.SH CUSTOMIZATION
71.B st 96.B st
72can be customized by creating a custom config.h and (re)compiling the source 97can be customized by creating a custom config.h and (re)compiling the source