Skip to content
Snippets Groups Projects
Commit 14958f37 authored by Tim Pope's avatar Tim Pope
Browse files

Mention OS X browser in FAQ

Closes #255.
parent 05763df0
No related branches found
No related tags found
No related merge requests found
...@@ -86,12 +86,13 @@ directory. Edit a file from the repository. ...@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment