summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 698c113..046e317 100644
--- a/tigrc
+++ b/tigrc
@@ -127,9 +127,12 @@ bind main Tp ?git push --tags
127bind main pt ?git push %(remote) %(tag) 127bind main pt ?git push %(remote) %(tag)
128bind main TTd @git tag -d %(tag) 128bind main TTd @git tag -d %(tag)
129 129
130# search in history
131bind main S >sh -c 'git log -S "%(prompt Search: )" --pretty=raw | tig --pretty=raw'
132
130# submodule 133# submodule
131bind main Su ?>git submodule update 134bind main Zu ?>git submodule update
132bind main Si ?>git submodule init 135bind main Zi ?>git submodule init
133 136
134# make patches 137# make patches
135bind main PP ?>git format-patch %(commit) 138bind main PP ?>git format-patch %(commit)