Last active
July 10, 2022 17:32
-
-
Save metaphore/2d685bdebf0156c89ff978b81891f744 to your computer and use it in GitHub Desktop.
My own tigrc with a few nifty perks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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