TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Tig 2.0 (and 2.0.1)

1 pointsby Watabouabout 11 years ago
I have been using tig for a long time now and love it. Some nice changes for the 2.0 release.<p>By the way, if you have a .tigrc, it will likely break. Check out &quot;man tigrc&quot; for how to set options in tig 2.0.<p>Here is my tigrc: https:&#x2F;&#x2F;gist.github.com&#x2F;anonymous&#x2F;11445566

1 comment

Watabouabout 11 years ago
I have been using tig for a long time now and love it. Some nice changes for the 2.0 release like mouse support and completion in the prompt.<p>By the way, if you have a .tigrc, it will likely break. Check out &quot;man tigrc&quot; for how to set options in tig 2.0.<p>If you install it with homebrew like I did, be sure to pass in the --with-docs flag to generate man manpages like so:<p>brew install tig --with-docs<p>Here is my tigrc: <a href="https://gist.github.com/anonymous/11445566" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;anonymous&#x2F;11445566</a>