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