aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-04 18:05:34 +0800
committertypebrook <typebrook@gmail.com>2019-03-04 18:05:34 +0800
commit1e70a5998c2362c3880bdc8552f4ef711792d9a8 (patch)
treeb373444828068cce75e898810fafcef7ac1eec9e /tigrc
parent1016514b3bbd48a6baa28bea84628788d47d0352 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index e98c55d..08e666b 100644
--- a/tigrc
+++ b/tigrc
@@ -12,7 +12,7 @@ bind generic w :toggle ignore-case
12 12
13bind main gG :toggle commit-title-graph 13bind main gG :toggle commit-title-graph
14bind main G move-last-line 14bind main G move-last-line
15bind main c ?git checkout %(commit) 15bind main c @git checkout %(commit)
16bind main T @git tag "%(prompt Enter tag name: )" %(commit) 16bind main T @git tag "%(prompt Enter tag name: )" %(commit)
17bind main <Ctrl-r> !?git rebase -i %(commit) 17bind main <Ctrl-r> !?git rebase -i %(commit)
18bind main M ?git merge %(commit) 18bind main M ?git merge %(commit)