~ubuntu-branches/ubuntu/precise/terminator/precise

« back to all changes in this revision

Viewing changes to doc/terminator.1

  • Committer: Bazaar Package Importer
  • Author(s): Nicolas Valcárcel
  • Date: 2008-07-08 07:24:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080708072449-n7ey6xc46bo9lo2x
Tags: 0.9-1
New upstream release. (Closes: #489858)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.RI [ options ] 
7
7
.br 
8
8
.SH "DESCRIPTION"
9
 
This manual page documents briefly the
10
 
.B Terminator
11
 
command.
 
9
This manual page documents \fBTerminator\fP, a terminal emulator application.
12
10
.PP 
13
11
\fBTerminator\fP is a program that allows users to set up flexible
14
12
arrangements of GNOME terminals. It is aimed at those who normally 
15
13
arrange lots of terminals near each other, but don't want to use a 
16
14
frame based window manager.
17
15
.SH "OPTIONS"
18
 
These programs follow the usual GNU command line syntax, with long
 
16
This program follow the usual GNU command line syntax, with long
19
17
options starting with two dashes (`\-').
20
18
A summary of options is included below.
21
 
For a complete description, see the Info files.
22
19
.TP 
23
20
.B \-h, \-\-help
24
 
Show summary of options.
 
21
Show summary of options
25
22
.TP 
26
23
.B \-d, \-\-debug
27
 
Enable debugging output
 
24
Enable debugging output (please use this when reporting bugs)
28
25
.TP 
29
26
.B \-m, \-\-maximise
30
27
Maximise the Terminator window when it starts
38
35
.TP 
39
36
.B \-p, \-\-profile=PROFILE
40
37
Loads the GNOME Terminal profile named PROFILE
41
 
.TP
 
38
.TP 
42
39
.B \-e, \-\-command=COMMAND
43
40
Runs the specified command instead of your default shell or profile specified command
44
 
.TP
 
41
.TP 
45
42
.B \-x, \-\-execute=COMMAND [ARGS]
46
43
Runs \fBthe rest of the command line\fR instead of your default shell or profile specified command.
47
44
.SH "KEYBINDINGS"
48
 
\fBTerminator\fR allows you to manage windows using the keybindings described here:
 
45
The following keybindings can be used to control Terminator:
49
46
.TP 
50
47
.B Ctrl+Shift+O
51
48
Split terminals H\fBo\fRrizontally.
53
50
.B Ctrl+Shift+E
54
51
Split terminals V\fBe\fRrtically.
55
52
.TP 
 
53
.B Ctrl+Shift+Right
 
54
Move parent handle \fBRight\fR.
 
55
.TP 
 
56
.B Ctrl+Shift+Left
 
57
Move parent handle \fBLeft\fR.
 
58
.TP 
 
59
.B Ctrl+Shift+Up
 
60
Move parent handle \fBUp\fR.
 
61
.TP 
 
62
.B Ctrl+Shift+Down
 
63
Move parent handle \fBDown\fR.
 
64
.TP 
 
65
.B Ctrl+Shift+S
 
66
Hide/Show \fBS\fRcrollbar.
 
67
.TP 
56
68
.B Ctrl+Shift+N
57
 
Move to \fBn\fRext terminal.
 
69
Move to \fBn\fRext terminal within the same tab, use Ctrl+PageDown to move to the next tab.
 
70
If \fBcycle_term_tab\fR is \fBFalse\fR, cycle within the same tab will be disabled
58
71
.TP 
59
72
.B Ctrl+Shift+P
60
 
Move to \fBp\fRrevious terminal.
 
73
Move to \fBp\fRrevious terminal within the same tab, use Ctrl+PageUp to move to the previous tab.
 
74
If \fBcycle_term_tab\fR is \fBFalse\fR, cycle within the same tab will be disabled
61
75
.TP 
62
76
.B Ctrl+Shift+W
63
77
Close the current terminal.
64
78
.TP 
65
79
.B Ctrl+Shift+Q
66
 
Close the current window.
 
80
Quits Terminator
 
81
.TP 
 
82
.B Ctrl+Shift+X
 
83
Toggle between showing all terminals and only showing the current one.
 
84
.TP 
 
85
.B Ctrl+Shift+Z
 
86
Toggle between showing all terminals and only showing a scaled version of the current one.
 
87
.TP 
 
88
.B Ctrl+Shift+T
 
89
Open new \fBt\fRab
 
90
.TP
 
91
.B Ctrl+PageDown
 
92
Move to next Tab
 
93
.TP
 
94
.B Ctrl+PageUp
 
95
Move to previous Tab
 
96
.TP
 
97
.B Ctrl+Shift+PageDown
 
98
Swap tab position with next Tab
 
99
.TP
 
100
.B Ctrl+Shift+PageUp
 
101
Swap tab position with previous Tab
 
102
.TP
 
103
.B Ctrl+Plus (+)
 
104
Increase font size. \fBNote:\fP this may require you to press shift, depending on your keyboard
 
105
.TP
 
106
.B Ctrl+Minus (-)
 
107
Decrease font size. \fBNote:\fP this may require you to press shift, depending on your keyboard
 
108
.TP
 
109
.B Ctrl+Equals (=)
 
110
Restore font size to original setting. \fBNote:\fP this may require you to press shift, depending on your keyboard
67
111
.TP
68
112
.B F11
69
113
Toggle fullscreen
 
114
.SH "Drag and Drop"
 
115
The layout can be modified by moving terminals with Drag and Drop.
 
116
To start dragging a terminal, hold down \fBCtrl\fP, click and hold the \fBright\fP mouse button. You can
 
117
now drag the terminal do the point in the layout you would like it to be.
 
118
The zone where the terminal would be inserted will be highlighted.
70
119
.SH "SEE ALSO"
71
 
.BR gnome\-terminal(1),
 
120
.BR gnome\-terminal(1),terminator_config(5)
72
121
.SH "AUTHOR"
73
 
Terminator was written by Chris Jones <cmsj@tenshu.net>
 
122
Terminator was written by Chris Jones <cmsj@tenshu.net> and others.
74
123
.PP 
75
124
This manual page was written by Chris Jones <cmsj@tenshu.net>
76
 
for the Ubuntu project (but may be used by others).
 
125
and others.