Skip to content

Instantly share code, notes, and snippets.

@mlr
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlr/ea90329ef6e55d880138 to your computer and use it in GitHub Desktop.
Save mlr/ea90329ef6e55d880138 to your computer and use it in GitHub Desktop.
tigrc
set blame-view = date:relative author:full file-name:auto id:yes,color line-number:no,interval=5 text
set grep-view = file-name:no line-number:yes,interval=1 text
set main-view = line-number:no,interval=5 id:yes date:relative author:full commit-title:yes,graph,overflow=no
set refs-view = line-number:no id:yes date:relative author:full ref commit-title
set stash-view = line-number:no,interval=5 id:no date:relative author:full commit-title
set status-view = line-number:no,interval=5 status:short file-name
set tree-view = line-number:no,interval=5 mode author:full file-size date:relative id:yes file-name
bind generic g move-first-line
bind generic G move-last-line
bind generic n next
bind generic p previous
bind main o enter
bind status o enter
set commit-order = topo # togological commit order
set blame-options = -C -C -C # Blame lines from other files
set line-graphics = utf-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment