From bca94a6b38848eb92a65fe23409c7b4fab1beab2 Mon Sep 17 00:00:00 2001 From: Jason Franklin Date: Tue, 14 Nov 2017 08:41:53 -0500 Subject: [PATCH] Updated F.A.Q. (markdown) --- F.A.Q..md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/F.A.Q..md b/F.A.Q..md index 19adc14..b34167f 100644 --- a/F.A.Q..md +++ b/F.A.Q..md @@ -56,4 +56,8 @@ See here: https://github.com/scrooloose/nerdtree/issues/433#issuecomment-9259069 Use these variables in your vimrc. Note that below are default arrow symbols. let g:NERDTreeDirArrowExpandable = '▸' - let g:NERDTreeDirArrowCollapsible = '▾' \ No newline at end of file + let g:NERDTreeDirArrowCollapsible = '▾' + +## How can I open files, directories, and bookmarks in new tabs? + +Use the `t` and `T` mappings in the NERDTree window. The new tab will open at the end of all open tabs. \ No newline at end of file