Improvements from nxvl, and some of my own
This commit is contained in:
commit
446d41ae14
|
@ -1,48 +1,76 @@
|
||||||
.TH TERMINATOR 1 "Jan 5, 2008"
|
.TH "TERMINATOR" "1" "Jan 5, 2008" "" ""
|
||||||
.SH NAME
|
.SH "NAME"
|
||||||
Terminator \- Multiple GNOME terminals in one window
|
Terminator \- Multiple GNOME terminals in one window
|
||||||
.SH SYNOPSIS
|
.SH "SYNOPSIS"
|
||||||
.B terminator
|
.B terminator
|
||||||
.RI [ options ]
|
.RI [ options ]
|
||||||
.br
|
.br
|
||||||
.SH DESCRIPTION
|
.SH "DESCRIPTION"
|
||||||
This manual page documents briefly the
|
This manual page documents briefly the
|
||||||
.B Terminator
|
.B Terminator
|
||||||
command.
|
command.
|
||||||
.PP
|
.PP
|
||||||
\fBTerminator\fP is a program that allows users to set up flexible
|
\fBTerminator\fP is a program that allows users to set up flexible
|
||||||
arrangements of GNOME terminals. It is aimed at those who normally
|
arrangements of GNOME terminals. It is aimed at those who normally
|
||||||
arrange lots of terminals near each other, but don't want to use a
|
arrange lots of terminals near each other, but don't want to use a
|
||||||
frame based window manager.
|
frame based window manager.
|
||||||
.SH OPTIONS
|
.SH "OPTIONS"
|
||||||
These programs follow the usual GNU command line syntax, with long
|
These programs follow the usual GNU command line syntax, with long
|
||||||
options starting with two dashes (`\-').
|
options starting with two dashes (`\-').
|
||||||
A summary of options is included below.
|
A summary of options is included below.
|
||||||
For a complete description, see the Info files.
|
For a complete description, see the Info files.
|
||||||
.TP
|
.TP
|
||||||
.B \-h, \-\-help
|
.B \-h, \-\-help
|
||||||
Show summary of options.
|
Show summary of options.
|
||||||
.TP
|
.TP
|
||||||
.B \-d, \-\-debug
|
.B \-d, \-\-debug
|
||||||
Enable debugging output
|
Enable debugging output
|
||||||
.TP
|
.TP
|
||||||
.B \-m, \-\-maximise
|
.B \-m, \-\-maximise
|
||||||
Maximise the Terminator window when it starts
|
Maximise the Terminator window when it starts
|
||||||
.TP
|
.TP
|
||||||
.B \-f, \-\-fullscreen
|
.B \-f, \-\-fullscreen
|
||||||
Place the Terminator window in its fullscreen state when it starts
|
Place the Terminator window in its fullscreen state when it starts
|
||||||
.TP
|
.TP
|
||||||
.B \-b, \-\-borderless
|
.B \-b, \-\-borderless
|
||||||
Instruct the window manager not to render borders/decoration on the
|
Instruct the window manager not to render borders/decoration on the
|
||||||
Terminator window (good with \-m)
|
Terminator window (good with \-m)
|
||||||
.TP
|
.TP
|
||||||
.B \-p \-\-profile=PROFILE
|
.B \-p, \-\-profile=PROFILE
|
||||||
Loads the GNOME Terminal profile named PROFILE
|
Loads the GNOME Terminal profile named PROFILE
|
||||||
.TP
|
.TP
|
||||||
.SH SEE ALSO
|
.B \-e, \-\-command=COMMAND
|
||||||
|
Runs the specified command instead of your default shell or profile specified command
|
||||||
|
.TP
|
||||||
|
.B \-x, \-\-execute=COMMAND [ARGS]
|
||||||
|
Runs \fBthe rest of the command line\fR instead of your default shell or profile specified command.
|
||||||
|
.SH "KEYBINDINGS"
|
||||||
|
\fBTerminator\fR allows you to manage windows using the keybindings described here:
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+O
|
||||||
|
Split terminals H\fBo\fRrizontally.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+E
|
||||||
|
Split terminals V\fBe\fRrtically.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+N
|
||||||
|
Move to \fBn\fRext terminal.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+P
|
||||||
|
Move to \fBp\fRrevious terminal.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+W
|
||||||
|
Close the current terminal.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+Q
|
||||||
|
Close the current window.
|
||||||
|
.TP
|
||||||
|
.B F11
|
||||||
|
Toggle fullscreen
|
||||||
|
.SH "SEE ALSO"
|
||||||
.BR gnome\-terminal(1),
|
.BR gnome\-terminal(1),
|
||||||
.SH AUTHOR
|
.SH "AUTHOR"
|
||||||
Terminator was written by Chris Jones <cmsj@tenshu.net>
|
Terminator was written by Chris Jones <cmsj@tenshu.net>
|
||||||
.PP
|
.PP
|
||||||
This manual page was written by Chris Jones <cmsj@tenshu.net>
|
This manual page was written by Chris Jones <cmsj@tenshu.net>
|
||||||
for the Ubuntu project (but may be used by others).
|
for the Ubuntu project (but may be used by others).
|
||||||
|
|
Loading…
Reference in New Issue