diff options
author | typebrook <typebrook@gmail.com> | 2019-01-23 12:13:18 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-01-23 12:13:18 +0800 |
commit | e13b5e0585e9ced1532bd071efb11b1969cb03aa (patch) | |
tree | c115da078cf993c5cdea38cd34942ec2ff11c7e5 /tigrc | |
parent | f92f9ca0d688a81a8a9e9da8add2123efa30aa0d (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,7 +1,12 @@ | |||
1 | bind generic x :toggle id | ||
2 | bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | ||
3 | |||
4 | bind main c !?git checkout %(commit) | ||
5 | bind main T !?git show %(tag) | ||
6 | |||
7 | bind status D !rm %(file) | ||
8 | |||
1 | bind stash D !?git stash drop %(stash) | 9 | bind stash D !?git stash drop %(stash) |
2 | bind stash A !?git stash apply %(stash) | 10 | bind stash A !?git stash apply %(stash) |
3 | bind status D !rm %(file) | 11 | |
4 | bind refs d !?git branch -d %(branch) | 12 | bind refs d !?git branch -d %(branch) |
5 | bind main c !?git checkout %(commit) | ||
6 | bind main T !?git show %(tag) | ||
7 | bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" | ||