diff options
-rw-r--r-- | tigrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -168,7 +168,7 @@ bind main <C-B> !sh scripts/bump_version.sh | |||
168 | #==================== | 168 | #==================== |
169 | # blame view | 169 | # blame view |
170 | #==================== | 170 | #==================== |
171 | bind blame m >tig %(file) | 171 | bind blame m >tig -- %(file) |
172 | bind blame . >sh -c "git diff %(ref) -- %(file) | tig" | 172 | bind blame . >sh -c "git diff %(ref) -- %(file) | tig" |
173 | bind blame > >sh -c "git diff %(ref) --no-prefix -U1000i -- %(file) | tig" | 173 | bind blame > >sh -c "git diff %(ref) --no-prefix -U1000i -- %(file) | tig" |
174 | 174 | ||
@@ -237,7 +237,7 @@ set tree-view = author:abbreviated date:relative mode file-size:units id:no file | |||
237 | bind tree t +git cat-file -p %(commit) | 237 | bind tree t +git cat-file -p %(commit) |
238 | 238 | ||
239 | bind tree d ?rm %(file) | 239 | bind tree d ?rm %(file) |
240 | bind tree m >tig %(file) | 240 | bind tree m >tig -- %(file) |
241 | 241 | ||
242 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xclip -sel c -o | awk '{print \"Tree Clipped\", $1}'" | 242 | bind tree xt +sh -c "git rev-parse %(commit)^{tree} | xclip -sel c -o | awk '{print \"Tree Clipped\", $1}'" |
243 | 243 | ||
@@ -276,7 +276,7 @@ bind diff <C-K> :?^@@ | |||
276 | bind diff <Esc>j :/^diff --(git|cc) | 276 | bind diff <Esc>j :/^diff --(git|cc) |
277 | bind diff <Esc>k :?^diff --(git|cc) | 277 | bind diff <Esc>k :?^diff --(git|cc) |
278 | 278 | ||
279 | bind diff u @git checkout %(commit)^ %(file) | 279 | bind diff u @git checkout %(commit)^ -- %(file) |
280 | 280 | ||
281 | #==================== | 281 | #==================== |
282 | # help view | 282 | # help view |