aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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