diff options
author | typebrook <typebrook@gmail.com> | 2019-02-23 21:45:34 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-02-23 21:45:34 +0800 |
commit | 1f616a2fb6e7721145df21163f4c5fcb1d5d42b3 (patch) | |
tree | 53b4d10e6630881c716f53baf186553a51a10318 | |
parent | d1cec662fe53cdfce72b1dbe5a6d23e1b008f19d (diff) |
Update
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ set blame-view = \ | |||
18 | id:yes,color \ | 18 | id:yes,color \ |
19 | line-number:yes,interval=5 text | 19 | line-number:yes,interval=5 text |
20 | 20 | ||
21 | bind status S !?git stash | ||
21 | bind status D !rm %(file) | 22 | bind status D !rm %(file) |
22 | bind status a !git commit --amend | 23 | bind status a !git commit --amend |
23 | 24 | ||