diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -204,7 +204,7 @@ bind status k :?^[MADRU?] | |||
204 | 204 | ||
205 | # quick stage | 205 | # quick stage |
206 | bind status A @git add . | 206 | bind status A @git add . |
207 | bind status R @git rm --cached . | 207 | bind status R @git reset |
208 | 208 | ||
209 | # stash | 209 | # stash |
210 | bind status s ?>git stash | 210 | bind status s ?>git stash |