From c3ce5cb3b4253bb2f50247efb711621c28e0d7d5 Mon Sep 17 00:00:00 2001 From: Phil Runninger Date: Mon, 27 Nov 2017 10:39:29 -0500 Subject: [PATCH] Updated F.A.Q. (markdown) --- F.A.Q..md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/F.A.Q..md b/F.A.Q..md index 9843ca1..378f3fa 100644 --- a/F.A.Q..md +++ b/F.A.Q..md @@ -2,6 +2,10 @@ Press `w`. +## What is a buffer, a window, a tab? + +This isn't a NERDTree-specific question, but misunderstanding these Vim "objects" will negatively affect your user experience. Vim is not like other text editors or IDEs, and it shouldn't be made to fit their molds. There is great power in the way Vim handles files (buffers), splits (windows), and layouts (tabs), power that you can't get in other editors. For a better, more in-depth explanation, read the following blog post: http://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/. + ## Is there any support for `git` flags? Yes, install [nerdtree-git-plugin](https://github.com/Xuyuanp/nerdtree-git-plugin).