Mention OS X browser in FAQ

Closes #255.
This commit is contained in:
Tim Pope 2012-10-18 13:24:47 -04:00
parent 05763df0ed
commit 14958f37e3

View File

@ -86,12 +86,13 @@ directory. Edit a file from the repository.
Fugitive cares about the current file, not the current working Fugitive cares about the current file, not the current working
directory. Edit a file from the repository. 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 `: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 when it comes to finding the right browser. You can tell it the correct
the correct browser to use with `git config --global web.browser ...`. browser to use with `git config --global web.browser ...`. On OS X, for
See `git web--browse --help` for details. 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 > Here's a patch that automatically opens the quickfix window after
> `:Ggrep`. > `:Ggrep`.