aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index fd76217..ff8bd0a 100644
--- a/tigrc
+++ b/tigrc
@@ -74,6 +74,10 @@ bind status D ?rm %(file)
74 74
75# stash view 75# stash view
76bind stash a ?git stash apply %(stash) 76bind stash a ?git stash apply %(stash)
77bind stash n @sh -c "git stash drop %(stash) | \
78 awk '{print $3}' | \
79 tr -d '()' | \
80 xargs git stash store -m '%(prompt Enter stash name: )'"
77 81
78# tree view 82# tree view
79bind tree d ?rm %(file) 83bind tree d ?rm %(file)