Is it possible to open NERDTree in every tab with pressing t or T in NERDTree, if yes, How?
Ctrl + → arrow will switch to tab that is on the right of current tab.
If you want to use NERDTree, you can open NERDTree (type :NERDTree ), navigate to your file, and then press t with cursor on the file name. This will open specific file in new tab. Also, while in NERDTree , you can hit ? . That will show you it's internal help with list of available commands.
(1) Thus, if your edit window is to the right of the NERDTree window, you would use: ctrl + W l to go to right window and ctrl + W h to go to left window. or ctrl + w twice to toggle between the two.
autocmd VimEnter * NERDTree autocmd BufEnter * NERDTreeMirror
edit: The above command seems to open the new tab in NERDTree's buffer. Instead use this as mentioned by wejrowski in the comment below :
autocmd BufWinEnter * NERDTreeMirror
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With