diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -232,7 +232,8 @@ bind status gn @sh -c "git ls-files -v | grep '^h ' | cut -d' ' -f2 | \ | |||
232 | # stash | 232 | # stash |
233 | bind status s ?>git stash | 233 | bind status s ?>git stash |
234 | bind status S @git stash push -m "%(prompt Enter stash name: )" | 234 | bind status S @git stash push -m "%(prompt Enter stash name: )" |
235 | bind status gs !git stashstaged | 235 | bind status gs !git stash --keep-index |
236 | bind status gS !git stashstaged | ||
236 | bind status <C-S> >sh -c 'git stash && git stash apply stash@{0}' | 237 | bind status <C-S> >sh -c 'git stash && git stash apply stash@{0}' |
237 | 238 | ||
238 | # quick commit | 239 | # quick commit |