Go to the first, previous, next, last section, table of contents.


git Setup

In this section the variables have only one field.

`StartupFileDisplayMode'

This variable specifies the file specific information displayed at startup. It can be any of `OwnerGroup', `DateTime', `Size', `Mode' or `FullName'. Its value initially affects both panels but it can be changed separately afterward.

`StartupFileSortMethod'

This variable specifies the startup sort method. It can be any of `Name', `Extension', `Size', `Date', `Mode', `OwnerId', `GroupId', `OwnerName' or `GroupName'. Its value initially affects both panels but it can be changed separately afterward.

`ConfirmOnExit'

If this variable is `ON', the user is prompted for confirmation at exit.

`HistoryFile'

This variable specifies the history file name. The default value is `~/.githistory'.

`InfoDisplay'

If this variable is `OFF', auxiliary file informations are not displayed. This can be useful if you are using a very slow terminal.

`LeadingDotMatch'

If this variable is `OFF' when matching files for select-files-matching-pattern / unselect-files-matching-pattern then the leading '.' in the file name is matched only explicitly.

`TypeSensitivity'

If this variable is `OFF', colors are not used when displaying files. Normally, the information in the `GIT-FTI' section is used to display files with different colors, depending on their types. Note that `TypeSensitivity' is automatically set to `OFF' when `AnsiColors' is `OFF'. See section Setting up colors for different file types, for mor information.

`NormalModeHelp' `CommandLineModeHelp'

These variables describe the status bar contents for each git mode when no errors occurred. git can display on the status bar a help string and/or some system information (system type, hostname, machine type and the current date) using escape characters:

        \s      ->      the system type
        \h      ->      the host name
        \m      ->      the machine type
        \d      ->      the current date

See section Panel modes, for more information.


Go to the first, previous, next, last section, table of contents.