diff options
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 10 |
1 files changed, 3 insertions, 7 deletions
| @@ -21,12 +21,8 @@ set main-view = \ | |||
| 21 | id \ | 21 | id \ |
| 22 | commit-title:graph=v2,refs=true | 22 | commit-title:graph=v2,refs=true |
| 23 | 23 | ||
| 24 | set blame-view = \ | 24 | set blame-view-file-name = no |
| 25 | date:default \ | 25 | set blame-view-line-number = yes,interval=5 |
| 26 | author:abbreviated \ | ||
| 27 | file-name:no \ | ||
| 28 | id:yes,color \ | ||
| 29 | line-number:yes,interval=5 text | ||
| 30 | 26 | ||
| 31 | bind status s ?git stash | 27 | bind status s ?git stash |
| 32 | bind status p ?git stash pop | 28 | bind status p ?git stash pop |
| @@ -45,4 +41,4 @@ set line-graphics = utf-8 | |||
| 45 | # set mouse = true | 41 | # set mouse = true |
| 46 | 42 | ||
| 47 | color diff-header default magenta | 43 | color diff-header default magenta |
| 48 | color diff-chunk black yellow | 44 | color diff-chunk black blue |