summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tigrc b/tigrc
index b47885d..d1c6dcd 100644
--- a/tigrc
+++ b/tigrc
@@ -194,7 +194,7 @@ bind main <C-B> !sh scripts/bump_version.sh
194#==================== 194#====================
195# blame view 195# blame view
196#==================== 196#====================
197bind blame m >tig -- %(file) 197bind blame m >tig --follow -- %(file)
198bind blame . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig" 198bind blame . >sh -c "git diff --patch-with-stat %(ref) -- %(file) | tig"
199bind blame > >sh -c "git diff --patch-with-stat %(ref) --no-prefix -U1000i -- %(file) | tig" 199bind blame > >sh -c "git diff --patch-with-stat %(ref) --no-prefix -U1000i -- %(file) | tig"
200 200
@@ -203,7 +203,7 @@ set blame-view = author:abbreviated date:relative id:yes,color line-number:yes t
203#==================== 203#====================
204# blob view 204# blob view
205#==================== 205#====================
206bind blob m >tig -- %(file) 206bind blob m >tig --follow -- %(file)
207 207
208#==================== 208#====================
209# status view 209# status view
@@ -274,7 +274,7 @@ bind tree h back
274bind tree t +git cat-file -p %(commit) 274bind tree t +git cat-file -p %(commit)
275 275
276bind tree d ?rm %(file) 276bind tree d ?rm %(file)
277bind tree m >tig -- %(file) 277bind tree m >tig --follow -- %(file)
278 278
279bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xsel -ib -o | awk '{print \"Tree Clipped\", $1}'" 279bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xsel -ib -o | awk '{print \"Tree Clipped\", $1}'"
280 280