diff options
author | typebrook <typebrook@gmail.com> | 2019-03-15 10:51:01 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-15 10:51:01 +0800 |
commit | a826dc67b76d52e9f5987bcc146277305753fd3b (patch) | |
tree | 5289dbc4f77305480fb696c0e1974f768f7fdc10 | |
parent | 6df62d06b1a832d3ea00ebfd033e71a6ccc030a1 (diff) |
update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ bind status S @git stash save "%(prompt Enter stash name: )" | |||
57 | bind status p !git checkout --patch -- %(file) | 57 | bind status p !git checkout --patch -- %(file) |
58 | bind status D ?rm %(file) | 58 | bind status D ?rm %(file) |
59 | bind status a ?git commit --amend | 59 | bind status a ?git commit --amend |
60 | bind status c ?git commit | ||
60 | bind status j :/^[MADRU?] | 61 | bind status j :/^[MADRU?] |
61 | bind status k :?^[MADRU?] | 62 | bind status k :?^[MADRU?] |
62 | 63 | ||