Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vim-fugitive
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
tpope
vim-fugitive
Commits
14958f37
Commit
14958f37
authored
Oct 18, 2012
by
Tim Pope
Browse files
Options
Downloads
Patches
Plain Diff
Mention OS X browser in FAQ
Closes #255.
parent
05763df0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.markdown
+5
-4
5 additions, 4 deletions
README.markdown
with
5 additions
and
4 deletions
README.markdown
+
5
−
4
View file @
14958f37
...
@@ -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 defaul
t browser?
> Why is `:Gbrowse` not using
the righ
t 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`.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment