diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -184,7 +184,9 @@ bind generic pt ?git push --tags | |||
184 | bind generic pT ?git push %(remote) %(tag) | 184 | bind generic pT ?git push %(remote) %(tag) |
185 | 185 | ||
186 | # search in history | 186 | # search in history |
187 | bind main S >sh -c 'git log -G "%(prompt Search: )" --pretty=raw | tig --pretty=raw' | 187 | bind main S none |
188 | bind main Sl >sh -c 'git log -G --pretty=raw "%(prompt Lines contains: )" | tig --pretty=raw' | ||
189 | bind main Sf >sh -c 'git log --pretty=raw -- "*%(prompt Filename: )*" --pretty=raw | tig --pretty=raw' | ||
188 | 190 | ||
189 | # submodule | 191 | # submodule |
190 | bind main Zu ?>git submodule update | 192 | bind main Zu ?>git submodule update |