1

In NERDTree, if I'm at the 5th tab, switching to the 2nd tab would require at minimum two tab shifts (assuming the 5th tab were the last one).

Is there any way to switch to the nth tab like Chrome or Firefox does with Ctrl+2 (such as with 2)?

ambiguousmouse
  • 1,983
  • 3
  • 22
  • 27
  • Tab switching has *nothing* to do with nerdtree. Don't let plugins override your vim experience. – romainl Feb 10 '14 at 07:20

1 Answers1

4

I don't know if NERDTree has a different notion of tabs than vim, but in vim you can switch to tab number 2 with 2gt. (See :h gt|144).

Conner
  • 30,144
  • 8
  • 52
  • 73