diff options
author | typebrook <typebrook@gmail.com> | 2019-03-12 17:47:06 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-03-12 17:47:06 +0800 |
commit | 2fddc277815b8e09ef80279d94578735481ec435 (patch) | |
tree | e73ad022e895cd6b6c41cc571c0ff51b6653d2e4 /tigrc | |
parent | c738efc6a2022eff8cd9367dafe653f02bb0db4e (diff) |
update
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?] |