diff options
| author | typebrook <typebrook@gmail.com> | 2018-12-27 15:54:46 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2018-12-27 15:54:46 +0800 |
| commit | 336a82efff0cb4189a7668e065f33137620e1e06 (patch) | |
| tree | 63c05a02dc60ed63bf7b99f22fee187d715b6eb8 /.tigrc | |
| parent | dd52b130885e2aa95a845bca7cad1dacad7f556e (diff) | |
update
Diffstat (limited to '.tigrc')
| -rw-r--r-- | .tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -3,3 +3,5 @@ bind stash A !?git stash apply %(stash) | |||
| 3 | bind status D !rm %(file) | 3 | bind status D !rm %(file) |
| 4 | bind main c !?git checkout %(commit) | 4 | bind main c !?git checkout %(commit) |
| 5 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" | 5 | bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c" |
| 6 | |||
| 7 | set main-view author:abbreviated | ||