aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-18 11:20:14 +0800
committertypebrook <typebrook@gmail.com>2019-04-18 11:20:14 +0800
commite3415855d8b71ce8be5c16b74d04fbce40160211 (patch)
treeb8986b4238d90407f0acbd660537982041df5167 /tigrc
parentb9767d94390bf96165d65a829d2aab37bda37258 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 7dd568e..4fba940 100644
--- a/tigrc
+++ b/tigrc
@@ -172,6 +172,7 @@ bind status Ra @git rebase --abort
172bind status Rc @git rebase --continue 172bind status Rc @git rebase --continue
173bind status <F4> !sh -c "git difftool -y \"$(git rev-parse --show-toplevel)/%(file)\"" 173bind status <F4> !sh -c "git difftool -y \"$(git rev-parse --show-toplevel)/%(file)\""
174bind status Tu @git update-index --assume-unchanged %(file) 174bind status Tu @git update-index --assume-unchanged %(file)
175bind status gc @git clean -f
175 176
176# apply patch file 177# apply patch file
177bind status <C-O> ?git am %(file) 178bind status <C-O> ?git am %(file)