aboutsummaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2015-03-14 08:52:37 +0100
committerChristoph Lohmann <20h@r-36.net>2015-03-14 08:52:37 +0100
commit5406e655daa576a909ad69a5ee6ed1f72ca5b15a (patch)
tree32a533c3c240aeccd02311369813d946d4546458 /st.1
parent72d2accc2299cdda9379db17ed62e8e5df5a9426 (diff)
downloadst-patched-5406e655daa576a909ad69a5ee6ed1f72ca5b15a.tar.bz2
st-patched-5406e655daa576a909ad69a5ee6ed1f72ca5b15a.tar.xz
st-patched-5406e655daa576a909ad69a5ee6ed1f72ca5b15a.zip
Add the new selection shortcuts to the manpage.
Diffstat (limited to 'st.1')
-rw-r--r--st.131
1 files changed, 20 insertions, 11 deletions
diff --git a/st.1 b/st.1
index 0700787..a9fec15 100644
--- a/st.1
+++ b/st.1
@@ -45,9 +45,9 @@ for further details.
45.B \-i 45.B \-i
46will fixate the position given with the -g option. 46will fixate the position given with the -g option.
47.TP 47.TP
48.BI \-o " file" 48.BI \-o " iofile"
49writes all the I/O to 49writes all the I/O to
50.I file. 50.I iofile.
51This feature is useful when recording st sessions. A value of "-" means 51This feature is useful when recording st sessions. A value of "-" means
52standard output. 52standard output.
53.TP 53.TP
@@ -67,31 +67,40 @@ 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 70.SH SHORTCUTS
71.TP 71.TP
72.B Ctrl-Print Screen 72.B Ctrl-Print Screen
73toggleprinter() 73Toggle if st should print to the
74.I iofile.
74.TP 75.TP
75.B Shift-Print Screen 76.B Shift-Print Screen
76printscreen() 77Print the full screen to the
78.I iofile.
77.TP 79.TP
78.B Print Screen 80.B Print Screen
79printsel() 81Print the selection to the
82.I iofile.
80.TP 83.TP
81.B Alt-Shift-Page Up 84.B Alt-Shift-Page Up
82increase font size 85Increase font size.
83.TP 86.TP
84.B Alt-Shift-Page Down 87.B Alt-Shift-Page Down
85decrease font size 88Decrease font size.
86.TP 89.TP
87.B Alt-Shift-Home 90.B Alt-Shift-Home
88reset to default font size 91Reset to default font size.
89.TP 92.TP
90.B Shift-Insert 93.B Shift-Insert
91paste from primary selection 94Paste from primary selection (middle mouse button).
92.TP 95.TP
93.B Alt-Shift-Insert 96.B Alt-Shift-Insert
94paste from clipboard selection 97Paste from clipboard selection.
98.TP
99.B Alt-Shift-c
100Copy the selected text to the clipboard selection.
101.TP
102.B Alt-Shift-v
103Paste from the clipboard selection.
95.SH CUSTOMIZATION 104.SH CUSTOMIZATION
96.B st 105.B st
97can be customized by creating a custom config.h and (re)compiling the source 106can be customized by creating a custom config.h and (re)compiling the source