Skip to content

Instantly share code, notes, and snippets.

@metaphore
Last active July 10, 2022 17:32
Show Gist options
  • Save metaphore/2d685bdebf0156c89ff978b81891f744 to your computer and use it in GitHub Desktop.
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 status P !git push origin
bind status A !git add .
bind stage 1 stage-update-line
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment