X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=manual.txt;h=c9b18932fd98705bff238aa1af9b897094f6a16d;hb=16f9664dc3626f0f30f6a680913e93b104cccca1;hp=acfe9fd6e441071ab0f733521c5d33a983482db1;hpb=b00784cc39b2d7b6069d382a2405fb3e117386d1;p=tig.git diff --git a/manual.txt b/manual.txt index acfe9fd..c9b1893 100644 --- a/manual.txt +++ b/manual.txt @@ -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]] @@ -385,6 +386,7 @@ Misc |D |Toggle date display on/off/short/relative/local. |A |Toggle author display on/off/abbreviated. |g |Toggle revision graph visualization on/off. +|~ |Toggle (line) graphics mode |F |Toggle reference display on/off (tag and branch names). |: |Open prompt. This allows you to specify what git command to run. Example `:log -p`. You can also use this to jump @@ -420,8 +422,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 <>. +in this section. For example, by configuring the environment variable +described in the section on <>. [[path-limiting]] Limit by Path Name