aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
blob: 89ca787ef7501891e26ff68249d3ff9dd87a9f6c (plain)
1
2
3
4
5
6
7
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 main T !?git show %(tag)
bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"