diff options
author | typebrook <typebrook@gmail.com> | 2019-03-31 18:33:30 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-31 18:33:30 +0800 |
commit | 275af6c3f0125278a165132e004f52dfa1148d1b (patch) | |
tree | eca53c7920e0affb3ae02b7ea0783e19bba2025f /tigrc | |
parent | 803c85048b60247fa85909361606f2332a2de868 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,7 +119,7 @@ bind blame m >tig %(file) | |||
119 | bind blame xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && Blob Clipped" | 119 | bind blame xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && Blob Clipped" |
120 | bind blame xb +sh -c "echo -n %(blob) | xclip -sel c && Full Blob Clipped" | 120 | bind blame xb +sh -c "echo -n %(blob) | xclip -sel c && Full Blob Clipped" |
121 | 121 | ||
122 | set blame-view = author:abbreviated date:default id:yes,color line-number:yes text | 122 | set blame-view = author:abbreviated date:relative id:yes,color line-number:yes text |
123 | 123 | ||
124 | #==================== | 124 | #==================== |
125 | # blob view | 125 | # blob view |
@@ -173,7 +173,7 @@ bind stage <Esc>p :?^diff --(git|cc) | |||
173 | #==================== | 173 | #==================== |
174 | # tree view | 174 | # tree view |
175 | #==================== | 175 | #==================== |
176 | set tree-view = mode author:abbreviated date:default file-size:units id:yes file-name | 176 | set tree-view = author:abbreviated date:relative mode file-size:units file-name |
177 | 177 | ||
178 | bind tree d ?rm %(file) | 178 | bind tree d ?rm %(file) |
179 | 179 | ||