summaryrefslogtreecommitdiffhomepage
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 12a1974..ef630d4 100644
--- a/tigrc
+++ b/tigrc
@@ -81,6 +81,7 @@ bind main c @sh -c "git branch --points-at=%(commit) | \
81 (cat -; echo %(commit)) | \ 81 (cat -; echo %(commit)) | \
82 head -1 | \ 82 head -1 | \
83 xargs git checkout" 83 xargs git checkout"
84bind main - @git checkout -
84 85
85# commit 86# commit
86bind main a ?>git commit --amend 87bind main a ?>git commit --amend