diff options
author | typebrook <typebrook@gmail.com> | 2019-03-11 09:23:23 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-11 09:23:23 +0800 |
commit | 00d47d3c0c7a2b5d4a5a46bac1e6cd84f86a2425 (patch) | |
tree | d0ff9ca8360e873658b78eb83756de2f69c22c8d /tigrc | |
parent | bdc35a6ec5fee5b876da70a62b2adb519e0291cf (diff) | |
parent | 16a4d0957554c928fbe02725e5fe93af0a9083a3 (diff) |
Merge commit '16a4d0957554c928fbe02725e5fe93af0a9083a3'
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) |