aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index 132e696..018a1f3 100644
--- a/tigrc
+++ b/tigrc
@@ -168,7 +168,7 @@ bind refs c @git checkout %(branch)
168bind refs bd ?git branch -d %(branch) 168bind refs bd ?git branch -d %(branch)
169bind refs bD ?git branch -D %(branch) 169bind refs bD ?git branch -D %(branch)
170 170
171bind refs U ?git fetch -all 171bind refs U ?git fetch --all
172bind refs F ?git fetch %(remote) 172bind refs F ?git fetch %(remote)
173bind refs <C-F> ?git fetch %(remote) %(branch) 173bind refs <C-F> ?git fetch %(remote) %(branch)
174 174