diff options
author | typebrook <typebrook@gmail.com> | 2019-02-25 23:40:02 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-02-25 23:40:02 +0800 |
commit | ddd5d15b8d5af2532b5a4141dad678d5b54cb6b5 (patch) | |
tree | a1f4813bf990da76a69175992b55762eba67721f /tigrc | |
parent | eebd1149c1b8aa27b239ba7faf238b6c8b76c968 (diff) |
update
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 |