diff options
author | typebrook <typebrook@gmail.com> | 2019-03-04 18:05:34 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-04 18:05:34 +0800 |
commit | 1e70a5998c2362c3880bdc8552f4ef711792d9a8 (patch) | |
tree | b373444828068cce75e898810fafcef7ac1eec9e | |
parent | 1016514b3bbd48a6baa28bea84628788d47d0352 (diff) |
update
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ bind generic w :toggle ignore-case | |||
12 | 12 | ||
13 | bind main gG :toggle commit-title-graph | 13 | bind main gG :toggle commit-title-graph |
14 | bind main G move-last-line | 14 | bind main G move-last-line |
15 | bind main c ?git checkout %(commit) | 15 | bind main c @git checkout %(commit) |
16 | bind main T @git tag "%(prompt Enter tag name: )" %(commit) | 16 | bind main T @git tag "%(prompt Enter tag name: )" %(commit) |
17 | bind main <Ctrl-r> !?git rebase -i %(commit) | 17 | bind main <Ctrl-r> !?git rebase -i %(commit) |
18 | bind main M ?git merge %(commit) | 18 | bind main M ?git merge %(commit) |