diff options
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 | ||