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