diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -44,8 +44,8 @@ bind status S @git stash save "%(prompt Enter stash name: )" | |||
44 | bind status p ?git stash pop | 44 | bind status p ?git stash pop |
45 | bind status D ?rm %(file) | 45 | bind status D ?rm %(file) |
46 | bind status a ?git commit --amend | 46 | bind status a ?git commit --amend |
47 | bind status j :/^[MADR?] | 47 | bind status j :/^[MADRU?] |
48 | bind status k :?^[MADR?] | 48 | bind status k :?^[MADRU?] |
49 | 49 | ||
50 | bind stash D ?git stash drop %(stash) | 50 | bind stash D ?git stash drop %(stash) |
51 | bind stash a ?git stash apply %(stash) | 51 | bind stash a ?git stash apply %(stash) |