New config options show-author, show-date, show-refs, show-line-numbers.
[tig] / tigrc.5.txt
index 5b2843e..644ebc7 100644 (file)
@@ -42,7 +42,11 @@ is:
 Examples:
 
 --------------------------------------------------------------------------
 Examples:
 
 --------------------------------------------------------------------------
+set show-author = yes          # Show author?
+set show-date = yes            # Show commit date?
 set show-rev-graph = yes       # Show revision graph?
 set show-rev-graph = yes       # Show revision graph?
+set show-refs = yes            # Show references?
+set show-line-numbers = no     # Show line numbers?
 set line-number-interval = 5   # Interval between line numbers
 set tab-size = 8               # Number of spaces per tab
 set encoding = "UTF-8"         # Commit encoding
 set line-number-interval = 5   # Interval between line numbers
 set tab-size = 8               # Number of spaces per tab
 set encoding = "UTF-8"         # Commit encoding
@@ -243,7 +247,10 @@ screen-resize              Resize the screen
 show-version           Show version information
 stop-loading           Stop all loading views
 toggle-lineno          Toggle line numbers
 show-version           Show version information
 stop-loading           Stop all loading views
 toggle-lineno          Toggle line numbers
+toggle-date            Toggle date display
+toggle-author          Toggle author display
 toggle-rev-graph       Toggle revision graph visualization
 toggle-rev-graph       Toggle revision graph visualization
+toggle-refs            Toggle reference display
 status-update          Update file status
 status-merge           Resolve unmerged file
 tree-parent            Switch to parent directory in tree view
 status-update          Update file status
 status-merge           Resolve unmerged file
 tree-parent            Switch to parent directory in tree view
@@ -256,8 +263,8 @@ Color command
 
 Color commands control highlighting and the user interface styles. If your
 terminal supports color, these commands can be used to assign foreground and
 
 Color commands control highlighting and the user interface styles. If your
 terminal supports color, these commands can be used to assign foreground and
-background combinations to certain areas. Optionally, an attribute can be given
-as the last parameter. The syntax is:
+background combinations to certain areas. Optionally, an attribute can be
+given as the last parameter. The syntax is:
 
 [verse]
 ..............................................................................
 
 [verse]
 ..............................................................................
@@ -267,6 +274,8 @@ as the last parameter. The syntax is:
 Examples:
 
 ------------------------------------------------------------------------------
 Examples:
 
 ------------------------------------------------------------------------------
+# Overwrite the default terminal colors to white on black.
+color default          white   black
 # Diff colors
 color diff-header      yellow  default
 color diff-index       blue    default
 # Diff colors
 color diff-header      yellow  default
 color diff-index       blue    default
@@ -296,12 +305,21 @@ Attribute names::
        *standout*, and *underline*. Note, not all attributes may be supported
        by the terminal.
 
        *standout*, and *underline*. Note, not all attributes may be supported
        by the terminal.
 
-
 UI colors
 ~~~~~~~~~
 
 --
 
 UI colors
 ~~~~~~~~~
 
 --
 
+Default terminal colors::
+
+The colors and attributes to be used for the text that is not highlighted or
+that specify the use of the default terminal colors can be controlled by
+setting the *default* color option.
+
+Use the *default* color to use the colors configured for the terminal. This is
+the default and recommended if you are using a terminal with a transparent
+background.
+
 Status window colors::
 
 Appearance of the bottom window showing info messages.
 Status window colors::
 
 Appearance of the bottom window showing info messages.
@@ -325,16 +343,13 @@ Appearance of the various columns in the main view, including the '~' used for
 delimiting long author names and labels for tag and branch references.
 
 *main-date*, *main-author*, *main-commit*, *main-delim*, *main-tag*,
 delimiting long author names and labels for tag and branch references.
 
 *main-date*, *main-author*, *main-commit*, *main-delim*, *main-tag*,
-*main-ref*, *main-remote*, *main-revgraph*
+*main-local-tag*, *main-ref*, *main-remote*, *main-revgraph*
 
 --
 
 Highlighting
 ~~~~~~~~~~~~
 
 
 --
 
 Highlighting
 ~~~~~~~~~~~~
 
-The colors and attributes for text that is not highlighted can be controlled
-by changing the *default* color option.
-
 --
 
 Diff markup::
 --
 
 Diff markup::