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...
|
|
An additional option (and my personal choice)beyond the ones listed by Michael Madsen:
|
|||
|
|
|
I like to bind my vim navigation keys to switching between tabs. Here are the lines from my
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.
|
|||||
|
|
A quick check in |
|||||||
|
|
I use iTerm on the mac, and I like being able to switch to the next/previous tabs using Shift-[left arrow key] and Shift-[right arrow key] From my .vimrc, here's how to do the same thing in MacVim;
FYI, by default, the key combos Cmd-Shift-[ and Cmd-Shift-] will switch between tabs in MacVim (and in Google Chrome, Safari and probably a bunch of other stuff) |
|||
|
|
|
Adding to digitalronin's answer, I think that the primary browser shortcut (at least in Chrome and Firefox) for switching tabs is option+command+right or left arrow. If you want to keep your NERDTree Vim setup consistent with that, then this variation would work.
|
|||
|
|