diff options
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 | ||