I noticed that in the list of supported features for VsVim tab group movement was listed.
I've been trying to use CTRL-W CTRL-K and CTRL-W CTRL-L, but I haven't been able to get them to move between tabs. I was wondering if I needed to do anything in the settings to get this to work properly.
I'm currently using the VsVim on Visual Studio 2013.
<C-W>l
which moves to the window/split to your right. If you want to change tabs I think you want to usegt
orgT
. However that doesn't seem to be on your supported list. – Steamy<Ctrl-W>l
as opposed to<Ctrl-W><Ctrl-l>
? – Technic