From 3bdac8b60383c0326991ba08bfd57d4e70925f3a Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Thu, 12 Apr 2018 20:35:14 -0400 Subject: [PATCH] Tighten explanation of no commands FAQ --- README.markdown | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/README.markdown b/README.markdown index 1286888..3b364c3 100644 --- a/README.markdown +++ b/README.markdown @@ -75,16 +75,11 @@ other Git niceties. ## FAQ -> I installed the plugin and started Vim. Why don't any of the commands -> exist? +> 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. - -> 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. +Fugitive cares about the current file, not the current working directory. +Edit a file from the repository. To avoid the blank window problem, favor +commands like `:split` and `:tabedit` over commands like `:new` and `:tabnew`. > Here's a patch that automatically opens the quickfix window after > `:Ggrep`.