I\'ve just started using the NERDTree vim plugin for my project.
I can\'t find the documentation for switching between opened tabs. Can anyone tell me the shortcut k
'{TabNumber} + gt' will allow you toggle to tab {TabNumber}.
'{TabNumber} + gt'
{TabNumber}
For example, going to tab 1 will be keying '1' followed by 'g' and 't'.
The tab number is incremental from 1 left to right.