~kris/suckless

tabbed

ref: c6be3a7d9f36725fa968383e979d1ce00488bd8b tabbed/tabbed.1 -rw-r--r-- 707 bytes
c6be3a7d — Enno Boland (tox) tabbed remembers last viewed tab; open new tabs focused/unfocused can be configured now. 16 years ago
                                                                                
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
.TH TABBED 1 tabbed\-VERSION
.SH NAME
tabbed \- simple generic tabbed interface
.SH SYNOPSIS
.B tabbed
.RB [ \-dhv ]
.RB "URI"
.SH DESCRIPTION
tabbed is a simple container for applications which support XEmbed, such as
xterm or surf.
.SH OPTIONS
.TP
.B \-d
detaches tabbed from the terminal. Usefull for scripting.
.TP
.B \-h
Prints usage information to standard output, then exits.
.TP
.B \-v
Prints version information to standard output, then exits.
.SH USAGE
.TP
.B Ctrl\-Shift\-Return
new surf-window.
.TP
.B Ctrl\-Shift\-h
previous tab
.TP
.B Ctrl\-Shift\-l
next tab
.TP
.B Ctrl\-q
closes the tab
.TP
.B Ctrl\-[0-9]
jumps to n-th tab
.SH SEE ALSO
.BR xterm(1)
.BR surf(1)
.SH BUGS
Please report them!