aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-09 22:13:13 +0800
committertypebrook <typebrook@gmail.com>2019-03-09 22:13:13 +0800
commit16a4d0957554c928fbe02725e5fe93af0a9083a3 (patch)
tree1d9d15ae2ae7f701ff3d45405052757fac072b59 /tigrc
parent14b80a22f2097436a806f9fac169ed712060fc1a (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 06e6318..83833f3 100644
--- a/tigrc
+++ b/tigrc
@@ -26,7 +26,8 @@ bind main B !sh scripts/bump_version.sh
26bind main V @git log -S "%(prompt Enter search word: )" 26bind main V @git log -S "%(prompt Enter search word: )"
27bind main gd !git branch -d "%(prompt Delete branch: )" 27bind main gd !git branch -d "%(prompt Delete branch: )"
28bind main gD ?git branch -D "%(prompt Delete branch anyway: )" 28bind main gD ?git branch -D "%(prompt Delete branch anyway: )"
29bind main gR ?git reset %(commit) 29bind main gsr ?git reset %(commit) --soft
30bind main ghr ?git reset %(commit) --hard
30 31
31set main-view = \ 32set main-view = \
32 date:default \ 33 date:default \