aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
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: )"