aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-20 09:34:51 +0800
committertypebrook <typebrook@gmail.com>2020-03-20 09:34:51 +0800
commit05c866343e630c4ad9dfa06e137c2398114d62be (patch)
tree909912fab6f7fff3f5a36147363d578cd157e2fd
parent73a6a2b7f9ead82cff65588f60d040c99ceab384 (diff)
update
-rw-r--r--tigrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 63b7625..6c069ef 100644
--- a/tigrc
+++ b/tigrc
@@ -232,7 +232,8 @@ bind status gn @sh -c "git ls-files -v | grep '^h ' | cut -d' ' -f2 | \
232# stash 232# stash
233bind status s ?>git stash 233bind status s ?>git stash
234bind status S @git stash push -m "%(prompt Enter stash name: )" 234bind status S @git stash push -m "%(prompt Enter stash name: )"
235bind status gs !git stashstaged 235bind status gs !git stash --keep-index
236bind status gS !git stashstaged
236bind status <C-S> >sh -c 'git stash && git stash apply stash@{0}' 237bind status <C-S> >sh -c 'git stash && git stash apply stash@{0}'
237 238
238# quick commit 239# quick commit