aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-04-14 17:14:31 +0800
committertypebrook <typebrook@gmail.com>2019-04-14 17:14:31 +0800
commit3c27f255227c8adf29747840028d5a1c04b23927 (patch)
treeb5bf6e21d437844abcc061e90c061e98c03a6ae4
parent0186012e1386d325fe3d5e45e544a16b59352df0 (diff)
update
-rw-r--r--gitconfig2
-rw-r--r--tigrc1
2 files changed, 2 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 170fbb1..45236fa 100644
--- a/gitconfig
+++ b/gitconfig
@@ -13,7 +13,7 @@
13 git stash drop stash@{1} 13 git stash drop stash@{1}
14 14
15[core] 15[core]
16 pager = tig 16 pager =
17 17
18[merge] 18[merge]
19 tool = vimdiff 19 tool = vimdiff
diff --git a/tigrc b/tigrc
index fbd2569..1719536 100644
--- a/tigrc
+++ b/tigrc
@@ -126,6 +126,7 @@ bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig"
126 126
127# Hub 127# Hub
128bind main i @hub browse -- commit/%(commit) 128bind main i @hub browse -- commit/%(commit)
129bind main I >sh -c "hub issue | tig"
129 130
130# note 131# note
131#bind generic gnn !git notes edit %(commit) 132#bind generic gnn !git notes edit %(commit)