Skip to content

Instantly share code, notes, and snippets.

@metaphore
Last active August 20, 2026 22:25
Show Gist options
  • Select an option

  • Save metaphore/2d685bdebf0156c89ff978b81891f744 to your computer and use it in GitHub Desktop.

Select an option

Save metaphore/2d685bdebf0156c89ff978b81891f744 to your computer and use it in GitHub Desktop.
My own tigrc with a few nifty perks.
bind status D !@?rm -r %(file)
bind generic P !git push origin
bind status A !git add .
bind stage 1 stage-update-line
bind status x !xdg-open %(file)
set blame-view = id:yes,color file-name:no author:abbreviated date:relative-compact line-number:yes,interval=1 text
set main-view = line-number:no,interval=5 id:no date:relative-compact author:abbreviated commit-title:yes,graph,refs,overflow=no
set tree-view = line-number:no,interval=5 mode author:abbreviated file-size date:relative-compact id:no file-name
set editor-line-number = no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment