diff options
| author | typebrook <typebrook@gmail.com> | 2019-02-21 10:47:05 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-02-21 10:47:05 +0800 |
| commit | d48fc63b3b86925314bd3285dec4ded8969a7eb8 (patch) | |
| tree | 6dcb24f61294210c5829e162a882af18d6260926 /tigrc | |
| parent | 65c0860740321ba502e8d8d39f7c10558e1a0586 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -3,12 +3,20 @@ bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | |||
| 3 | 3 | ||
| 4 | bind main c !?git checkout %(commit) | 4 | bind main c !?git checkout %(commit) |
| 5 | bind main T !?git show %(tag) | 5 | bind main T !?git show %(tag) |
| 6 | |||
| 6 | set main-view = \ | 7 | set main-view = \ |
| 7 | date:default \ | 8 | date:default \ |
| 8 | author:abbreviated \ | 9 | author:abbreviated \ |
| 9 | id \ | 10 | id \ |
| 10 | commit-title:graph=v2,refs=true | 11 | commit-title:graph=v2,refs=true |
| 11 | 12 | ||
| 13 | set blame-view = \ | ||
| 14 | date:default \ | ||
| 15 | author:abbreviated \ | ||
| 16 | file-name:no \ | ||
| 17 | id:yes,color \ | ||
| 18 | line-number:yes,interval=5 text | ||
| 19 | |||
| 12 | bind status D !rm %(file) | 20 | bind status D !rm %(file) |
| 13 | bind status a !git commit --amend | 21 | bind status a !git commit --amend |
| 14 | 22 | ||