aboutsummaryrefslogtreecommitdiff
path: root/svte.1
blob: cb6eb3b527d8fa6cfa988f4705b5f92e9c5f606f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.TH SVTE 1 svte\-VERSION
.SH NAME
svte \- simple virtual terminal emulator
.SH SYNOPSIS
.B svte
.RB [ \-c
.IR config-file ]
.RB [ \-e
.IR execute ]
.RB [ \-v ]
.P
.BR svte " ..."
.SH DESCRIPTION
.B svte
svte is a terminal that is flexible and has a small codebase. Its aim is to be
lightweight and fast, while providing nice integration with a modern Linux
environment. svte is yet another minimal GTK incarnation of VTE.
.P
.SH OPTIONS
.TP
.B \-c, --config-file
use the config file provided by this argument instead of the default (~/.svterc)
.TP
.B \-e, --execute
svte will launch indicated program instead of the users default shell. xterm
style.
.TP
.B \-v, --version
print current version
.SH USAGE
svte is completely controlled by the keyboard. The shortcuts are not yet 
configurable.
.TP
.B Ctrl + Shift + t
Open a new tab.
.TP
.B Ctrl + Shift + n
Open a new window.
.TP
.B Ctrl + Shift + w 
Close current tab, if there is only one tab, close the window
.SH FILES
.TP
.I /home/$USER/.svtrc
The default svte config file that svte will attempt to read.