aboutsummaryrefslogtreecommitdiffhomepage
path: root/.tigrc
blob: edeba59f5ff1d9da9eecaf407fcbabcc798c7cf9 (plain)
1
2
3
4
5
6
bind stash D !?git stash drop %(stash)
bind stash A !?git stash apply %(stash)
bind status D !rm %(file)
bind refs d !?git branch -d %(branch)
bind main c !?git checkout %(commit)
bind generic 9 !@sh -c "echo -n %(commit) | xclip -selection c"