aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 19be879..e0375f8 100644
--- a/tigrc
+++ b/tigrc
@@ -127,6 +127,7 @@ bind status <Ctrl-o> ?git am %(file)
127# stash view 127# stash view
128#==================== 128#====================
129bind stash a ?git stash apply %(stash) 129bind stash a ?git stash apply %(stash)
130bind stash d ?>git stash drop %(stash)
130bind stash n @sh -c "git stash drop %(stash) | \ 131bind stash n @sh -c "git stash drop %(stash) | \
131 awk '{print $3}' | \ 132 awk '{print $3}' | \
132 tr -d '()' | \ 133 tr -d '()' | \