X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=tigrc.5.txt;h=2d9afddd2dff47198d85112cfede22d164c78a46;hb=89f7fc38e2b0e80512b06c2aca9bdbaad6fafcf5;hp=fe5fc74285b13738dc430426195288b54ee271d0;hpb=7477b655031cb925ea2937d679a49f128bea77cc;p=tig.git diff --git a/tigrc.5.txt b/tigrc.5.txt index fe5fc74..2d9afdd 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -143,6 +143,12 @@ The following variables can be set: The encoding used for commits. The default is UTF-8. Note this option is shadowed by the "i18n.commitencoding" option in `.git/config`. +'status-untracked-dirs' (bool):: + + Show untracked directories contents in the status view (analog to + `git ls-files --directory` option. On by default. + + Bind command ------------ @@ -227,6 +233,9 @@ are: empty for the root directory. |%(file) |The currently selected file. |%(ref) |The reference given to blame or HEAD if undefined. +|%(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. |============================================================================= As an example, the following external command will save the current commit as @@ -301,6 +310,7 @@ put in either the .gitconfig or .git/config file: |scroll-line-down |Scroll one line down |scroll-page-up |Scroll one page up |scroll-page-down |Scroll one page down +|scroll-first-col |Scroll to the first column |scroll-left |Scroll one column left |scroll-right |Scroll one column right |=============================================================================