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
I like to bind my vim navigation keys to switching between tabs. Here are the lines from my .vimrc file:
map :tabn
map :tabp
map :tabnew
That way, I can switch between tabs using the left and right buttons just like I normally would move the cursor, except I just hold the Control key as well.