From 14958f37e34ddaadb0df3df252ecf065e7ed87bc Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 18 Oct 2012 13:24:47 -0400 Subject: [PATCH] Mention OS X browser in FAQ Closes #255. --- README.markdown | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 160d970..0352f93 100644 --- a/README.markdown +++ b/README.markdown @@ -86,12 +86,13 @@ directory. Edit a file from the repository. Fugitive cares about the current file, not the current working directory. Edit a file from the repository. -> Why is `:Gbrowse` not using my system default browser? +> Why is `:Gbrowse` not using the right browser? `:Gbrowse` delegates to `git web--browse`, which is less than perfect -when it comes to finding the default browser on Linux. You can tell it -the correct browser to use with `git config --global web.browser ...`. -See `git web--browse --help` for details. +when it comes to finding the right browser. You can tell it the correct +browser to use with `git config --global web.browser ...`. On OS X, for +example, you might want to set this to `open`. See `git web--browse --help` +for details. > Here's a patch that automatically opens the quickfix window after > `:Ggrep`.