motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit 3bdac8b60383c0326991ba08bfd57d4e70925f3a (tree)
parent d87ad99e281b461eb2fcf6105fbc77e1c60e8f43
Author: Tim Pope <code@tpope.net>
Date:   Thu, 12 Apr 2018 20:35:14 -0400

Tighten explanation of no commands FAQ

Diffstat:
MREADME.markdown | 13++++---------
1 file changed, 4 insertions(+), 9 deletions(-)

diff --git 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`.