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)?
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)?
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
).