diff options
author | typebrook <typebrook@gmail.com> | 2019-03-30 01:29:57 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-30 01:29:57 +0800 |
commit | ec3cbf8c4c68727d36c363822bf5577fff39b89b (patch) | |
tree | 6b0d0f7304ed54ee1199a7bda3a99f6641b3fc75 | |
parent | d030a8baaa06bb220661d56614b75873b6aeb01b (diff) |
update
-rw-r--r-- | tigrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -128,7 +128,6 @@ bind status gs !git stashstaged | |||
128 | bind status U !git checkout --patch -- %(file) | 128 | bind status U !git checkout --patch -- %(file) |
129 | 129 | ||
130 | bind status c @git commit -m "%(prompt Enter commit message: )" | 130 | bind status c @git commit -m "%(prompt Enter commit message: )" |
131 | bind status C !git commit | ||
132 | bind status a ?>git commit --amend | 131 | bind status a ?>git commit --amend |
133 | bind status p none | 132 | bind status p none |
134 | bind status pp ?>sh -c "git commit -m 'update' && git push" | 133 | bind status pp ?>sh -c "git commit -m 'update' && git push" |
@@ -198,8 +197,6 @@ bind log p :?^commit | |||
198 | #==================== | 197 | #==================== |
199 | # diff view | 198 | # diff view |
200 | #==================== | 199 | #==================== |
201 | bind diff n :/^@@ | ||
202 | bind diff p :?^@@ | ||
203 | bind diff <Esc>n :/^diff --(git|cc) | 200 | bind diff <Esc>n :/^diff --(git|cc) |
204 | bind diff <Esc>p :?^diff --(git|cc) | 201 | bind diff <Esc>p :?^diff --(git|cc) |
205 | 202 | ||