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