简体   繁体   English

跳汰机配置默认处于打开状态

[英]Tig configuration open in status by default

How I can start tig on status view by default? 默认情况下,如何在状态视图上启动tig?

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 . 我不确定是否可以在设置中定义默认视图,至少在tigrc文档中没有找到任何相关内容 Personnally I went for the alias solution: 就个人而言,我寻求别名解决方案:

alias tigs="tig status"

And just launch tig status this way. 并以这种方式启动tig status It's not perfect but it does the job. 它不是完美的,但是可以完成工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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