Code

Unify option toggling
[tig.git] / manual.txt
index acfe9fd6e441071ab0f733521c5d33a983482db1..ffea349d2537fa66f80f914c4e57473db63f64b1 100644 (file)
@@ -158,9 +158,9 @@ following variables.
                         empty for the root directory.
 |%(file)               |The currently selected file.
 |%(ref)                        |The reference given to blame or HEAD if undefined.
-|%(rev-args)           |The revision arguments passed on the command line.
-|%(file-args)          |The file arguments passed on the command line.
-|%(diff-args)          |The diff options passed on the command line.
+|%(revargs)            |The revision arguments passed on the command line.
+|%(fileargs)           |The file arguments passed on the command line.
+|%(diffargs)           |The diff options passed on the command line.
 |=============================================================================
 
 [[title-window]]
@@ -352,6 +352,7 @@ Scrolling
 |s     |Scroll view one page down.
 |Left  |Scroll view one column left.
 |Right |Scroll view one column right.
+|\|    |Scroll view to the first column.
 |=============================================================================
 
 [[searching]]
@@ -420,8 +421,8 @@ information. Relevant man pages besides git-log(1) are git-diff(1) and
 git-rev-list(1).
 
 You can tune the interaction with git by making use of the options explained
-in this section. For example, by configuring the environment variables
-described in the section on <<history-commands, history commands>>.
+in this section. For example, by configuring the environment variable
+described in the section on <<diff-options, diff options>>.
 
 [[path-limiting]]
 Limit by Path Name