Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I change the default view of tig?

Tags:

tig

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.

like image 311
Haakon Avatar asked Aug 16 '13 09:08

Haakon


1 Answers

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.

like image 168
Jonas Fonseca Avatar answered Sep 22 '22 10:09

Jonas Fonseca