diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -25,6 +25,7 @@ bind main b @git checkout -b "%(prompt Enter branch name: )" %(commit) | |||
25 | bind main V @git log -S "%(prompt Enter search word: )" | 25 | bind main V @git log -S "%(prompt Enter search word: )" |
26 | bind main gd ?git branch -d %(branch) | 26 | bind main gd ?git branch -d %(branch) |
27 | bind main gD ?git branch -D %(branch) | 27 | bind main gD ?git branch -D %(branch) |
28 | bind main C !git branch --points-at=%(commit) | echo | ||
28 | 29 | ||
29 | set main-view = \ | 30 | set main-view = \ |
30 | date:default \ | 31 | date:default \ |
@@ -44,9 +45,10 @@ bind status a ?git commit --amend | |||
44 | bind stash D ?git stash drop %(stash) | 45 | bind stash D ?git stash drop %(stash) |
45 | bind stash a ?git stash apply %(stash) | 46 | bind stash a ?git stash apply %(stash) |
46 | 47 | ||
47 | bind refs d ?git branch -d %(branch) | 48 | bind refs C none |
48 | bind refs <Esc>d ?git branch -D %(branch) | ||
49 | bind refs c ?git checkout %(branch) | 49 | bind refs c ?git checkout %(branch) |
50 | bind refs d @git branch -d %(branch) | ||
51 | bind refs b @git branch %(branch) %(commit) | ||
50 | 52 | ||
51 | set ignore-case = true | 53 | set ignore-case = true |
52 | set line-graphics = utf-8 | 54 | set line-graphics = utf-8 |