Tighten explanation of no commands FAQ
This commit is contained in:
parent
d87ad99e28
commit
3bdac8b603
@ -75,16 +75,11 @@ other Git niceties.
|
|||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
> I installed the plugin and started Vim. Why don't any of the commands
|
> Why don't any of the commands exist?
|
||||||
> exist?
|
|
||||||
|
|
||||||
Fugitive cares about the current file, not the current working
|
Fugitive cares about the current file, not the current working directory.
|
||||||
directory. Edit a file from the repository.
|
Edit a file from the repository. To avoid the blank window problem, favor
|
||||||
|
commands like `:split` and `:tabedit` over commands like `:new` and `:tabnew`.
|
||||||
> I opened a new tab. Why don't any of the commands exist?
|
|
||||||
|
|
||||||
Fugitive cares about the current file, not the current working
|
|
||||||
directory. Edit a file from the repository.
|
|
||||||
|
|
||||||
> Here's a patch that automatically opens the quickfix window after
|
> Here's a patch that automatically opens the quickfix window after
|
||||||
> `:Ggrep`.
|
> `:Ggrep`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user