diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -123,9 +123,12 @@ bind main <C-S> ?>git format-patch %(commit) | |||
123 | bind main . >sh -c "git diff %(commit) | tig" | 123 | bind main . >sh -c "git diff %(commit) | tig" |
124 | bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" | 124 | bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" |
125 | 125 | ||
126 | # Hub | ||
127 | bind main i @hub browse -- commit/%(commit) | ||
128 | |||
126 | # note | 129 | # note |
127 | bind generic gnn !git notes edit %(commit) | 130 | #bind generic gnn !git notes edit %(commit) |
128 | bind generic gnr !git notes remove %(commit) | 131 | #bind generic gnr !git notes remove %(commit) |
129 | 132 | ||
130 | #==================== | 133 | #==================== |
131 | # blame view | 134 | # blame view |