diff options
| author | typebrook <typebrook@gmail.com> | 2018-12-31 14:12:42 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2018-12-31 14:12:42 +0800 |
| commit | ab46146812276af8d193e6c7626555e5309c803e (patch) | |
| tree | ee1fee80b9bedeb74b5b1db44f6599e02f85f81d | |
| parent | 336a82efff0cb4189a7668e065f33137620e1e06 (diff) | |
update
| -rw-r--r-- | .tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | bind stash D !?git stash drop %(stash) | 1 | bind stash D !?git stash drop %(stash) |
| 2 | bind stash A !?git stash apply %(stash) | 2 | bind stash A !?git stash apply %(stash) |
| 3 | bind status D !rm %(file) | 3 | bind status D !rm %(file) |
| 4 | bind refs d !?git branch -d %(branch) | ||
| 4 | bind main c !?git checkout %(commit) | 5 | bind main c !?git checkout %(commit) |
| 5 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" | 6 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" |
| 6 | 7 | ||