added documentation on terminator man page and created terminatorrc (FIXME) man page
This commit is contained in:
parent
38b932996c
commit
2373589eaa
|
@ -1,5 +1,8 @@
|
||||||
terminator 0.9:
|
terminator 0.9:
|
||||||
* Added support for ~/.terminatorrc
|
* Added support for ~/.terminatorrc
|
||||||
|
* Added kwybindings for terms size and scrollbar manipulation. Thanks
|
||||||
|
Emmanuel Bretelle.
|
||||||
|
|
||||||
|
|
||||||
terminator 0.8.1:
|
terminator 0.8.1:
|
||||||
* Fixed ChangeLog
|
* Fixed ChangeLog
|
||||||
|
|
|
@ -38,10 +38,10 @@ 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
|
||||||
.B \-e, \-\-command=COMMAND
|
.B \-e, \-\-command=COMMAND
|
||||||
Runs the specified command instead of your default shell or profile specified command
|
Runs the specified command instead of your default shell or profile specified command
|
||||||
.TP
|
.TP
|
||||||
.B \-x, \-\-execute=COMMAND [ARGS]
|
.B \-x, \-\-execute=COMMAND [ARGS]
|
||||||
Runs \fBthe rest of the command line\fR instead of your default shell or profile specified command.
|
Runs \fBthe rest of the command line\fR instead of your default shell or profile specified command.
|
||||||
.SH "KEYBINDINGS"
|
.SH "KEYBINDINGS"
|
||||||
|
@ -53,6 +53,21 @@ Split terminals H\fBo\fRrizontally.
|
||||||
.B Ctrl+Shift+E
|
.B Ctrl+Shift+E
|
||||||
Split terminals V\fBe\fRrtically.
|
Split terminals V\fBe\fRrtically.
|
||||||
.TP
|
.TP
|
||||||
|
.B Ctrl+Shift+Right
|
||||||
|
Move first parent HPaned handle \fBRight\fR.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+Left
|
||||||
|
Move first parent HPaned handle \fBLeft\fR.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+Up
|
||||||
|
Move first VPaned handle \fBUp\fR.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+Down
|
||||||
|
Move first VPaned handle \fBDown\fR.
|
||||||
|
.TP
|
||||||
|
.B Ctrl+Shift+S
|
||||||
|
Hide/Show \fBS\fRcrollbar.
|
||||||
|
.TP
|
||||||
.B Ctrl+Shift+N
|
.B Ctrl+Shift+N
|
||||||
Move to \fBn\fRext terminal.
|
Move to \fBn\fRext terminal.
|
||||||
.TP
|
.TP
|
||||||
|
@ -64,11 +79,11 @@ Close the current terminal.
|
||||||
.TP
|
.TP
|
||||||
.B Ctrl+Shift+Q
|
.B Ctrl+Shift+Q
|
||||||
Close the current window.
|
Close the current window.
|
||||||
.TP
|
.TP
|
||||||
.B F11
|
.B F11
|
||||||
Toggle fullscreen
|
Toggle fullscreen
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR gnome\-terminal(1),
|
.BR gnome\-terminal(1),terminatorrc(5)
|
||||||
.SH "AUTHOR"
|
.SH "AUTHOR"
|
||||||
Terminator was written by Chris Jones <cmsj@tenshu.net>
|
Terminator was written by Chris Jones <cmsj@tenshu.net>
|
||||||
.PP
|
.PP
|
||||||
|
|
|
@ -0,0 +1,82 @@
|
||||||
|
.TH "TERMINATORRC" "5" "Feb 22, 2008" "Nicolas Valcarcel <nvalcarcel@ubuntu.com>" ""
|
||||||
|
.SH "NAME"
|
||||||
|
~/.terminatorrc \- the config file for terminator terminal emulator.
|
||||||
|
.SH "DESCRIPTION"
|
||||||
|
This manual page documents briefly the
|
||||||
|
.B termiatorrc config file.
|
||||||
|
.PP
|
||||||
|
\fBterminatorrc\fP is an optional file for configure the terminator termial emulator. It is used if there is no gconf PROFILE on the system for configuring the options of the terminal(s).
|
||||||
|
.SH "OPTIONS"
|
||||||
|
The options are defined one per line as \fB'OPTION = VALUE'\fR. The options are described below:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B gt_dir
|
||||||
|
Default value: \fB/apps/gnome\-terminal\fR
|
||||||
|
.TP
|
||||||
|
.B _profile_dir
|
||||||
|
Default value: \fB%s/profiles\fR
|
||||||
|
.TP
|
||||||
|
.B allow_bold
|
||||||
|
Boolean value. Default value: \fBTrue\fR
|
||||||
|
.TP
|
||||||
|
.B silent_bell
|
||||||
|
Boolean value. Default value: \fBTrue\fR
|
||||||
|
.TP
|
||||||
|
.B background_color
|
||||||
|
Heximal RGB value for the background color. Default value: \fB#000000\fR
|
||||||
|
.TP
|
||||||
|
.B background_darkness
|
||||||
|
Number for the background darkness. Default value: \fB0.5\fR
|
||||||
|
.TP
|
||||||
|
.B background_type
|
||||||
|
Default value: \fBsolid\fR
|
||||||
|
.TP
|
||||||
|
.B backspace_binding
|
||||||
|
Default value: \fBascii\-del\fR
|
||||||
|
.TP
|
||||||
|
.B delete_binding
|
||||||
|
Default value: \fBdelete\-sequence\fR
|
||||||
|
.TP
|
||||||
|
.B cursor_blink
|
||||||
|
Boolean value. Default value: \fBFalse\fR
|
||||||
|
.TP
|
||||||
|
.B emulation
|
||||||
|
Default value: \fBxterm\fR
|
||||||
|
.TP
|
||||||
|
.B font
|
||||||
|
Value for the font time and size in the format \fBFONTNAME SIZENUMBER\fR. Default value: \fBSerif 10\fR
|
||||||
|
.TP
|
||||||
|
.B foreground_color
|
||||||
|
Hexadecimal RGB value for the font color. Default value: \fB#AAAAAA\fR
|
||||||
|
.TP
|
||||||
|
.B scrollbar_position
|
||||||
|
Scrollbar position. Options available: right, left and hidden. Default value: \fBright\fR
|
||||||
|
.TP
|
||||||
|
.B scroll_background
|
||||||
|
Boolean value. Default value: \fBTrue\fR
|
||||||
|
.TP
|
||||||
|
.B scroll_on_keystroke
|
||||||
|
Boolean value. Default value: \fBFalse\fR
|
||||||
|
.TP
|
||||||
|
.B scroll_on_output
|
||||||
|
Boolean value. Default value: \fBFalse\fR
|
||||||
|
.TP
|
||||||
|
.B scrollback_lines
|
||||||
|
Number of lines stored for the scrollbar. Default value: \fB100\fR
|
||||||
|
.TP
|
||||||
|
.B focus
|
||||||
|
Default value: \fBsloppy\fR
|
||||||
|
.TP
|
||||||
|
.B child_restart
|
||||||
|
Default value: \fBFalse\fR
|
||||||
|
.TP
|
||||||
|
.B palette
|
||||||
|
Default value: \fB#000000000000:#CDCD00000000:#0000CDCD0000:#CDCDCDCD0000:#30BF30BFA38E:#A53C212FA53C:#0000CDCDCDCD:#FAFAEBEBD7D7:#404040404040:#FFFF00000000:#0000FFFF0000:#FFFFFFFF0000:#00000000FFFF:#FFFF0000FFFF:#0000FFFFFFFF:#FFFFFFFFFFFF\fR
|
||||||
|
.TP
|
||||||
|
.B word_chars
|
||||||
|
Default value: \fB\-A\-Za\-z0\-9,./?%&#:_\fR
|
||||||
|
.TP
|
||||||
|
.B mouse_autohide
|
||||||
|
Boolean value. Default value: \fBTrue\fR
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.BR gnome\-terminal(1),
|
Loading…
Reference in New Issue