diff options
author | typebrook <typebrook@gmail.com> | 2019-04-18 11:20:14 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-04-18 11:20:14 +0800 |
commit | e3415855d8b71ce8be5c16b74d04fbce40160211 (patch) | |
tree | b8986b4238d90407f0acbd660537982041df5167 /tigrc | |
parent | b9767d94390bf96165d65a829d2aab37bda37258 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -172,6 +172,7 @@ bind status Ra @git rebase --abort | |||
172 | bind status Rc @git rebase --continue | 172 | bind status Rc @git rebase --continue |
173 | bind status <F4> !sh -c "git difftool -y \"$(git rev-parse --show-toplevel)/%(file)\"" | 173 | bind status <F4> !sh -c "git difftool -y \"$(git rev-parse --show-toplevel)/%(file)\"" |
174 | bind status Tu @git update-index --assume-unchanged %(file) | 174 | bind status Tu @git update-index --assume-unchanged %(file) |
175 | bind status gc @git clean -f | ||
175 | 176 | ||
176 | # apply patch file | 177 | # apply patch file |
177 | bind status <C-O> ?git am %(file) | 178 | bind status <C-O> ?git am %(file) |