diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ set blame-view-line-number = yes,interval=5 | |||
49 | # status view | 49 | # status view |
50 | bind status s ?git stash | 50 | bind status s ?git stash |
51 | bind status S @git stash save "%(prompt Enter stash name: )" | 51 | bind status S @git stash save "%(prompt Enter stash name: )" |
52 | bind status p ?git stash pop | 52 | bind status p !git checkout --patch -- %(file) |
53 | bind status D ?rm %(file) | 53 | bind status D ?rm %(file) |
54 | bind status a ?git commit --amend | 54 | bind status a ?git commit --amend |
55 | bind status j :/^[MADRU?] | 55 | bind status j :/^[MADRU?] |