aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
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)