aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-27 14:04:46 +0800
committertypebrook <typebrook@gmail.com>2019-03-27 14:04:46 +0800
commit173c57aae478c26854040c931ab843cee0927348 (patch)
tree7d69c1b88a3c53dd93c653cd6785db8deea6790e /tigrc
parent8e25c878e5375b6f87d692d65f46761e2033f7a4 (diff)
update
Diffstat (limited to 'tigrc')
-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 '()' | \