aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-02-25 11:08:25 +0800
committertypebrook <typebrook@gmail.com>2019-02-25 11:08:25 +0800
commit2e80562f23bf616c15adb423c05c0da441e3ff47 (patch)
tree423efc1334143e11e360fc3b9ab19bc1e570ed8f /tigrc
parent1f616a2fb6e7721145df21163f4c5fcb1d5d42b3 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index c9476e9..1eefc9d 100644
--- a/tigrc
+++ b/tigrc
@@ -2,7 +2,7 @@ bind generic x :toggle id
2bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c" 2bind generic 9 !@sh -c "echo -n %(commit) | head -c7 | xclip -selection c"
3 3
4bind main c !?git checkout %(commit) 4bind main c !?git checkout %(commit)
5bind main T !?git show %(tag) 5bind main T !@git tag "%(prompt Enter tag name: )" %(commit)
6bind main <Ctrl-r> !?git rebase -i %(commit) 6bind main <Ctrl-r> !?git rebase -i %(commit)
7 7
8set main-view = \ 8set main-view = \
@@ -19,6 +19,7 @@ set blame-view = \
19 line-number:yes,interval=5 text 19 line-number:yes,interval=5 text
20 20
21bind status S !?git stash 21bind status S !?git stash
22bind status P !?git stash pop
22bind status D !rm %(file) 23bind status D !rm %(file)
23bind status a !git commit --amend 24bind status a !git commit --amend
24 25
@@ -26,3 +27,4 @@ bind stash D !?git stash drop %(stash)
26bind stash A !?git stash apply %(stash) 27bind stash A !?git stash apply %(stash)
27 28
28bind refs d !?git branch -d %(branch) 29bind refs d !?git branch -d %(branch)
30bind refs c !?git checkout %(branch)