aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
blob: 83a467711edb2f8554ea4a404a67ad2227603104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
bind generic x :toggle id
bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"

bind main c !?git checkout %(commit)
bind main T !?git show %(tag)

bind status D !rm %(file)

bind stash D !?git stash drop %(stash)
bind stash A !?git stash apply %(stash)

bind refs d !?git branch -d %(branch)