简体   繁体   中英

Tig configuration open in status by default

How I can start tig on status view by default?

I tried with

set cmdline-args = --all status

not working

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM