The "main" view is the default in tig. Is it possible to change this in tigrc? Specifically, I would like the status view as default.
Asked
Active
Viewed 603 times
1 Answers
10
As of Tig version 1.2, there is no way to configure what view is shown at startup. The best workaround at this point is to use a shell alias. For example, alias ti='tig status'
. See tig -h
for other options.

mahemoff
- 44,526
- 36
- 160
- 222

Jonas Fonseca
- 1,811
- 15
- 15