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