From 2373589eaac0af03c195562311a1e5dfa25ba855 Mon Sep 17 00:00:00 2001 From: Nicolas Valcarcel Date: Fri, 22 Feb 2008 22:38:55 -0500 Subject: [PATCH] added documentation on terminator man page and created terminatorrc (FIXME) man page --- ChangeLog | 3 ++ doc/terminator.1 | 23 ++++++++++--- doc/terminatorrc.5 | 82 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 104 insertions(+), 4 deletions(-) create mode 100644 doc/terminatorrc.5 diff --git a/ChangeLog b/ChangeLog index 3ed114d6..d8ed6d93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ terminator 0.9: * Added support for ~/.terminatorrc + * Added kwybindings for terms size and scrollbar manipulation. Thanks + Emmanuel Bretelle. + terminator 0.8.1: * Fixed ChangeLog diff --git a/doc/terminator.1 b/doc/terminator.1 index cb5b8ad6..5a3d5366 100644 --- a/doc/terminator.1 +++ b/doc/terminator.1 @@ -38,10 +38,10 @@ Terminator window (good with \-m) .TP .B \-p, \-\-profile=PROFILE Loads the GNOME Terminal profile named PROFILE -.TP +.TP .B \-e, \-\-command=COMMAND Runs the specified command instead of your default shell or profile specified command -.TP +.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" @@ -53,6 +53,21 @@ Split terminals H\fBo\fRrizontally. .B Ctrl+Shift+E Split terminals V\fBe\fRrtically. .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 Move to \fBn\fRext terminal. .TP @@ -64,11 +79,11 @@ Close the current terminal. .TP .B Ctrl+Shift+Q Close the current window. -.TP +.TP .B F11 Toggle fullscreen .SH "SEE ALSO" -.BR gnome\-terminal(1), +.BR gnome\-terminal(1),terminatorrc(5) .SH "AUTHOR" Terminator was written by Chris Jones .PP diff --git a/doc/terminatorrc.5 b/doc/terminatorrc.5 new file mode 100644 index 00000000..22d0428c --- /dev/null +++ b/doc/terminatorrc.5 @@ -0,0 +1,82 @@ +.TH "TERMINATORRC" "5" "Feb 22, 2008" "Nicolas Valcarcel " "" +.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),