aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-31 18:33:30 +0800
committertypebrook <typebrook@gmail.com>2019-03-31 18:33:30 +0800
commit275af6c3f0125278a165132e004f52dfa1148d1b (patch)
treeeca53c7920e0affb3ae02b7ea0783e19bba2025f /tigrc
parent803c85048b60247fa85909361606f2332a2de868 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index ab808aa..f9de7a7 100644
--- a/tigrc
+++ b/tigrc
@@ -119,7 +119,7 @@ bind blame m >tig %(file)
119bind blame xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && Blob Clipped" 119bind blame xx +sh -c "echo -n %(blob) | head -c7 | xclip -sel c && Blob Clipped"
120bind blame xb +sh -c "echo -n %(blob) | xclip -sel c && Full Blob Clipped" 120bind blame xb +sh -c "echo -n %(blob) | xclip -sel c && Full Blob Clipped"
121 121
122set blame-view = author:abbreviated date:default id:yes,color line-number:yes text 122set 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#====================
176set tree-view = mode author:abbreviated date:default file-size:units id:yes file-name 176set tree-view = author:abbreviated date:relative mode file-size:units file-name
177 177
178bind tree d ?rm %(file) 178bind tree d ?rm %(file)
179 179