aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 355a24f..f23350e 100644
--- a/tigrc
+++ b/tigrc
@@ -123,9 +123,12 @@ bind main <C-S> ?>git format-patch %(commit)
123bind main . >sh -c "git diff %(commit) | tig" 123bind main . >sh -c "git diff %(commit) | tig"
124bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" 124bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig"
125 125
126# Hub
127bind main i @hub browse -- commit/%(commit)
128
126# note 129# note
127bind generic gnn !git notes edit %(commit) 130#bind generic gnn !git notes edit %(commit)
128bind generic gnr !git notes remove %(commit) 131#bind generic gnr !git notes remove %(commit)
129 132
130#==================== 133#====================
131# blame view 134# blame view