aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 83a4677..854c212 100644
--- a/tigrc
+++ b/tigrc
@@ -3,8 +3,14 @@ bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
3 3
4bind main c !?git checkout %(commit) 4bind main c !?git checkout %(commit)
5bind main T !?git show %(tag) 5bind main T !?git show %(tag)
6set main-view = \
7 date:default \
8 author:abbreviated \
9 id:no \
10 commit-title:yes,graph=v2
6 11
7bind status D !rm %(file) 12bind status D !rm %(file)
13bind status a !git commit --amend
8 14
9bind stash D !?git stash drop %(stash) 15bind stash D !?git stash drop %(stash)
10bind stash A !?git stash apply %(stash) 16bind stash A !?git stash apply %(stash)