aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-05 12:00:34 +0800
committertypebrook <typebrook@gmail.com>2019-03-05 12:00:34 +0800
commitcc8db5b944d7c28a01415a6339ae33a7771b328a (patch)
treea77da3fd94cf9e3c81e230362fd800b598287ca0 /tigrc
parentc471b5238cc181143805b25dcb133da2a95acaac (diff)
parent154e6dbe5faaf213fb9ed48ac262ad100cc5bc51 (diff)
Merge branch 'master' of github.com:typebrook/settings
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 7e3081e..b7e127c 100644
--- a/tigrc
+++ b/tigrc
@@ -25,6 +25,7 @@ bind main b @git checkout -b "%(prompt Enter branch name: )" %(commit)
25bind main V @git log -S "%(prompt Enter search word: )" 25bind main V @git log -S "%(prompt Enter search word: )"
26bind main gd ?git branch -d %(branch) 26bind main gd ?git branch -d %(branch)
27bind main gD ?git branch -D %(branch) 27bind main gD ?git branch -D %(branch)
28bind main C !git branch --points-at=%(commit) | echo
28 29
29set main-view = \ 30set main-view = \
30 date:default \ 31 date:default \
@@ -44,9 +45,10 @@ bind status a ?git commit --amend
44bind stash D ?git stash drop %(stash) 45bind stash D ?git stash drop %(stash)
45bind stash a ?git stash apply %(stash) 46bind stash a ?git stash apply %(stash)
46 47
47bind refs d ?git branch -d %(branch) 48bind refs C none
48bind refs <Esc>d ?git branch -D %(branch)
49bind refs c ?git checkout %(branch) 49bind refs c ?git checkout %(branch)
50bind refs d @git branch -d %(branch)
51bind refs b @git branch %(branch) %(commit)
50 52
51set ignore-case = true 53set ignore-case = true
52set line-graphics = utf-8 54set line-graphics = utf-8