0

How I can start tig on status view by default?

I tried with

set cmdline-args = --all status

not working

Arnold Roa
  • 7,335
  • 5
  • 50
  • 69

1 Answers1

0

I'm not sure a default view can be defined this in the settings, at least I didn't find anything related in the tigrc documentation. Personnally I went for the alias solution:

alias tigs="tig status"

And just launch tig status this way. It's not perfect but it does the job.

Pierre-Adrien
  • 2,836
  • 29
  • 30