aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
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 \