Updated F.A.Q. (markdown)

Jason Franklin
2017-11-14 08:41:53 -05:00
parent 507d59458f
commit bca94a6b38

@@ -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. Use these variables in your vimrc. Note that below are default arrow symbols.
let g:NERDTreeDirArrowExpandable = '▸' let g:NERDTreeDirArrowExpandable = '▸'
let g:NERDTreeDirArrowCollapsible = '▾' 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.