Search code examples
vimnerdtree

Switching between tabs in NERDTree


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 key[s] ?

Thanks...


Solution

  • An additional option (and my personal choice)beyond the ones listed by Michael Madsen:

    gt = next tab

    gT = previous tab