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