1TERMINATOR(1)                                                    TERMINATOR(1)
2
3
4

NAME

6       Terminator - Multiple GNOME terminals in one window
7

SYNOPSIS

9       terminator [options]
10

DESCRIPTION

12       This manual page documents Terminator, a terminal emulator application.
13
14       Terminator  is  a program that allows users to set up flexible arrange‐
15       ments of GNOME terminals. It is aimed at  those  who  normally  arrange
16       lots  of terminals near each other, but don't want to use a frame based
17       window manager.
18

OPTIONS

20       This program follow the  usual  GNU  command  line  syntax,  with  long
21       options  starting  with  two  dashes  (`-').   A  summary of options is
22       included below.
23
24       -h, --help
25              Show summary of options
26
27       -v, --version
28              Show the version of the Terminator installation
29
30       -m, --maximise
31              Start with a maximised window
32
33       -f, --fullscreen
34              Start with a fullscreen window
35
36       -b, --borderless
37              Instruct the window manager not to render borders/decoration  on
38              the Terminator window (this works well with -m)
39
40       -H, --hidden
41              Hide  the  Terminator  window  by default. Its visibility can be
42              toggled with the hide_window keyboard shortcut (Ctrl-Shift-Alt-a
43              by default)
44
45       -T, --title
46              Force  the  Terminator window to use a specific name rather than
47              updating it dynamically based on the wishes of the child shell.
48
49       --geometry=GEOMETRY
50              Specifies the preferred size and position of  Terminator's  win‐
51              dow; see X(7).
52
53       -e, --command=COMMAND
54              Runs the specified command instead of your default shell or pro‐
55              file specified command
56
57       -x, --execute COMMAND [ARGS]
58              Runs the rest of the command line instead of your default  shell
59              or profile specified command.
60
61       --working-directory=DIR
62              Set the terminal's working directory
63
64       -r, --role=ROLE
65              Set a custom WM_WINDOW_ROLE property on the window
66
67       -l, --layout=LAYOUT
68              Start  Terminator  with  a specific layout. The argument here is
69              the name of a saved layout.
70
71       -d, --debug
72              Enable debugging output (please use this when  reporting  bugs).
73              This  can  be specified twice to enable a built-in python debug‐
74              ging server.
75
76       --debug-classes=DEBUG_CLASSES
77              If this is specified as a comma separated list, debugging output
78              will only be printed from the specified classes.
79
80       --debug-methods=DEBUG_METHODS
81              If  this is specified as a comma separated list, debugging outut
82              will only be printed from the specified functions.  If  this  is
83              specified  in addition to --debug-classes, only the intersection
84              of the two lists will be displayed
85
86
87       KEYBINDINGS
88              The following keybindings can be used to control Terminator:
89
90       Ctrl+Shift+O
91              Split terminals Horizontally.
92
93       Ctrl+Shift+E
94              Split terminals Vertically.
95
96       Ctrl+Shift+Right
97              Move parent dragbar Right.
98
99       Ctrl+Shift+Left
100              Move parent dragbar Left.
101
102       Ctrl+Shift+Up
103              Move parent dragbar Up.
104
105       Ctrl+Shift+Down
106              Move parent dragbar Down.
107
108       Ctrl+Shift+S
109              Hide/Show Scrollbar.
110
111       Ctrl+Shift+F
112              Search within terminal scrollback
113
114       Ctrl+Shift+N or Ctrl+Tab
115              Move to next terminal within the same tab, use Ctrl+PageDown  to
116              move  to the next tab.  If cycle_term_tab is False, cycle within
117              the same tab will be disabled
118
119       Ctrl+Shift+P or Ctrl+Shift+Tab
120              Move to previous terminal within the same tab,  use  Ctrl+PageUp
121              to  move to the previous tab.  If cycle_term_tab is False, cycle
122              within the same tab will be disabled
123
124       Alt+Up Move to the terminal above the current one.
125
126       Alt+Down
127              Move to the terminal below the current one.
128
129       Alt+Left
130              Move to the terminal left of the current one.
131
132       Alt+Right
133              Move to the terminal right of the current one.
134
135       Ctrl+Shift+C
136              Copy selected text to clipboard
137
138       Ctrl+Shift+V
139              Paste clipboard text
140
141       Ctrl+Shift+W
142              Close the current terminal.
143
144       Ctrl+Shift+Q
145              Quits Terminator
146
147       Ctrl+Shift+X
148              Toggle between showing all terminals and only showing  the  cur‐
149              rent one (maximise).
150
151       Ctrl+Shift+Z
152              Toggle  between  showing all terminals and only showing a scaled
153              version of the current one (zoom).
154
155       Ctrl+Shift+T
156              Open new tab
157
158       Ctrl+PageDown
159              Move to next Tab
160
161       Ctrl+PageUp
162              Move to previous Tab
163
164       Ctrl+Shift+PageDown
165              Swap tab position with next Tab
166
167       Ctrl+Shift+PageUp
168              Swap tab position with previous Tab
169
170       Ctrl+Plus (+)
171              Increase font size. Note: this may require you to  press  shift,
172              depending on your keyboard
173
174       Ctrl+Minus (-)
175              Decrease  font  size. Note: this may require you to press shift,
176              depending on your keyboard
177
178       Ctrl+Zero (0)
179              Restore font size to original setting.
180
181       F11    Toggle fullscreen
182
183       Ctrl+Shift+R
184              Reset terminal state
185
186       Ctrl+Shift+G
187              Reset terminal state and clear window
188
189       Super+g
190              Group all terminals so that any input sent to one of them,  goes
191              to all of them.
192
193       Super+Shift+G
194              Remove grouping from all terminals.
195
196       Super+t
197              Group  all  terminals in the current tab so input sent to one of
198              them, goes to all terminals in the current tab.
199
200       Super+Shift+T
201              Remove grouping from all terminals in the current tab.
202
203       Ctrl+Shift+I
204              Open a new window (note: unlike in previous releases, this  win‐
205              dow is part of the same Terminator process)
206
207       Super+i
208              Spawn a new Terminator process
209
210
211       Drag and Drop
212              The  layout  can  be  modified by moving terminals with Drag and
213              Drop.  To start dragging a  terminal,  click  and  hold  on  its
214              titlebar.   Alternatively,  hold  down  Ctrl, click and hold the
215              right mouse button.  Then, **Release Ctrl**. You  can  now  drag
216              the terminal to the point in the layout you would like it to be.
217              The zone where the terminal would  be  inserted  will  be  high‐
218              lighted.
219

SEE ALSO

221       terminator_config(5)
222

AUTHOR

224       Terminator was written by Chris Jones <cmsj@tenshu.net> and others.
225
226       This  manual page was written by Chris Jones <cmsj@tenshu.net> and oth‐
227       ers.
228
229
230
231                                  Jan 5, 2008                    TERMINATOR(1)
Impressum