diff options
-rw-r--r-- | gitconfig | 2 | ||||
-rw-r--r-- | tigrc | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,7 @@ | |||
13 | git stash drop stash@{1} | 13 | git stash drop stash@{1} |
14 | 14 | ||
15 | [core] | 15 | [core] |
16 | pager = tig | 16 | pager = |
17 | 17 | ||
18 | [merge] | 18 | [merge] |
19 | tool = vimdiff | 19 | tool = vimdiff |
@@ -126,6 +126,7 @@ bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" | |||
126 | 126 | ||
127 | # Hub | 127 | # Hub |
128 | bind main i @hub browse -- commit/%(commit) | 128 | bind main i @hub browse -- commit/%(commit) |
129 | bind main I >sh -c "hub issue | tig" | ||
129 | 130 | ||
130 | # note | 131 | # note |
131 | #bind generic gnn !git notes edit %(commit) | 132 | #bind generic gnn !git notes edit %(commit) |