summaryrefslogtreecommitdiff
path: root/st.1
diff options
context:
space:
mode:
Diffstat (limited to 'st.1')
-rw-r--r--st.147
1 files changed, 28 insertions, 19 deletions
diff --git a/st.1 b/st.1
index 39120b4..1bdf850 100644
--- a/st.1
+++ b/st.1
@@ -6,6 +6,8 @@ st \- simple terminal
.RB [ \-aiv ]
.RB [ \-c
.IR class ]
+.RB [ \-A
+.IR alpha ]
.RB [ \-f
.IR font ]
.RB [ \-g
@@ -30,6 +32,8 @@ st \- simple terminal
.RB [ \-aiv ]
.RB [ \-c
.IR class ]
+.RB [ \-A
+.IR alpha ]
.RB [ \-f
.IR font ]
.RB [ \-g
@@ -58,6 +62,9 @@ disable alternate screens in terminal
.BI \-c " class"
defines the window class (default $TERM).
.TP
+.BI \-A " alpha"
+defines window opacity factor in range 0.0 to 1.0 (default 0.8).
+.TP
.BI \-f " font"
defines the
.I font
@@ -125,6 +132,27 @@ and all the remaining arguments are used as a command
even without it.
.SH SHORTCUTS
.TP
+.B Alt-j/k or Alt-Up/Down or Alt-Mouse Wheel
+Scroll up/down one line at a time.
+.TP
+.B Alt-u/d or Alt-Page Up/Page Down
+Scroll up/down one screen at a time.
+.TP
+.B Alt-Shift-k/j or Alt-Shift-Page Up/Page Down or Alt-Shift-Mouse Wheel
+Increase or decrease font size.
+.TP
+.B Alt-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
@@ -141,24 +169,6 @@ Print the full screen to the
.B Print Screen
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 Ctrl-Shift-y
-Paste from primary selection (middle mouse button).
-.TP
-.B Ctrl-Shift-c
-Copy the selected text to the clipboard selection.
-.TP
-.B Ctrl-Shift-v
-Paste from the clipboard selection.
.SH CUSTOMIZATION
.B st
can be customized by creating a custom config.h and (re)compiling the source
@@ -174,4 +184,3 @@ See the LICENSE file for the terms of redistribution.
.BR scroll (1)
.SH BUGS
See the TODO file in the distribution.
-