diff options
author | typebrook <typebrook@gmail.com> | 2019-01-02 23:31:16 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-01-02 23:31:16 +0800 |
commit | dbdb762f6dff42fae4c2c4eedeb7c3c9b55cf68d (patch) | |
tree | d9d804e337a626708d4ad494ccf1918783fb469c /.tigrc | |
parent | ab46146812276af8d193e6c7626555e5309c803e (diff) |
update
Diffstat (limited to '.tigrc')
-rw-r--r-- | .tigrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,5 +4,3 @@ bind status D !rm %(file) | |||
4 | bind refs d !?git branch -d %(branch) | 4 | bind refs d !?git branch -d %(branch) |
5 | bind main c !?git checkout %(commit) | 5 | bind main c !?git checkout %(commit) |
6 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" | 6 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" |
7 | |||
8 | set main-view author:abbreviated | ||