diff options
| author | typebrook <typebrook@gmail.com> | 2019-04-14 12:02:18 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-04-14 12:02:18 +0800 |
| commit | 5c057b03f8a4b83ba0e13e52915c735322b4ce08 (patch) | |
| tree | f895077236b6e48a680b5f0def581a69ad0b4883 | |
| parent | 6be361b67f40ca07f10e3daa00849573d19b51c9 (diff) | |
update
| -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 |