diff options
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ bind main P ?git push | |||
24 | bind main b @git checkout -b "%(prompt Enter branch name: )" %(commit) | 24 | bind main b @git checkout -b "%(prompt Enter branch name: )" %(commit) |
25 | bind main B !sh scripts/bump_version.sh | 25 | bind main B !sh scripts/bump_version.sh |
26 | bind main V @git log -S "%(prompt Enter search word: )" | 26 | bind main V @git log -S "%(prompt Enter search word: )" |
27 | bind main gd ?git branch -d %(branch) | 27 | bind main gd !git branch -d "%(prompt Delete branch: )" |
28 | bind main gD ?git branch -D %(branch) | 28 | bind main gD ?git branch -D "%(prompt Delete branch anyway: )" |
29 | bind main gR ?git reset %(commit) | 29 | bind main gR ?git reset %(commit) |
30 | 30 | ||
31 | set main-view = \ | 31 | set main-view = \ |