1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Gitwig Configuration File
# Repository/directory paths shown in the main list.
= [
]
# List of pinned repository paths. Pinned items always stay on top.
= [
]
# Event-loop poll interval in milliseconds.
# Lower → more responsive, higher → less CPU. Default: 100. Sane range: 16–500.
= 500
# Maximum commits to load in workspace view. Set to 0 for unlimited.
= 100
# Number of lines/items to scroll when PageUp or PageDown is pressed.
= 10
# Default sort mode for the main page.
# Options: "custom", "alphabetical", "recent_visit", "latest_changes"
= "custom"
# Whether sorting should be reversed.
= false
# Active theme name selection.
# Maps to config/themes/<theme_name>.theme (e.g. "default" -> config/themes/default.theme)
= "default"
# Configuration for interactive repository search (fzf).
[]
# Maximum depth of directories fzf scans from root.
= 6
# Starting directory for interactive repository discovery via FZF.
= "~/"
# Directory paths to prune/exclude from fzf scans to keep search fast.
= []
# If true, fzf repository discovery will filter and show only folders that contain a .git directory.
= true
# If true, fzf is used for repository addition and bulk addition. If false, manual text input is used.
= true