summaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-10-09 09:44:54 +0800
committertypebrook <typebrook@gmail.com>2019-10-09 09:44:54 +0800
commit80fb9b88aeb3b9f47b07fe953e3dfe67b1bca15e (patch)
tree9991e12416126d99dcbee3944890436895f9467f /tigrc
parent38739c641d50a83bf57920d706bbe47ca0ee17f2 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 5ce5afc..0b795a6 100644
--- a/tigrc
+++ b/tigrc
@@ -214,6 +214,7 @@ bind status R @git reset
214bind status s ?>git stash 214bind status s ?>git stash
215bind status S @git stash push -m "%(prompt Enter stash name: )" 215bind status S @git stash push -m "%(prompt Enter stash name: )"
216bind status gs !git stashstaged 216bind status gs !git stashstaged
217bind status <C-S> >sh -c 'git stash && git stash apply stash@{0}'
217 218
218# quick commit 219# quick commit
219bind status c @git commit -m "%(prompt Enter commit message: )" 220bind status c @git commit -m "%(prompt Enter commit message: )"