3

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.

Keith Pinson
  • 7,835
  • 7
  • 61
  • 104
Phaino
  • 501
  • 1
  • 5
  • 10
  • I don't believe that moves between tabs. Its the same as `l` which moves to the window/split to your right. If you want to change tabs I think you want to use `gt` or `gT`. However that doesn't seem to be on your supported list. – FDinoff Aug 31 '14 at 00:29
  • Yeah, I am trying to get it to move between windows/splits. (I thought they were called tab groups) I can move between tabs just fine with gt and gT, but I'm unable to use the above commands to move from one vertical split to another. – Phaino Aug 31 '14 at 02:27
  • 1
    Have you tried using `l` as opposed to ``? – Zach Aug 31 '14 at 12:27
  • 1
    Yes, l does nothing and says "Not Implemented" in the VsVim Command Line – Phaino Sep 01 '14 at 00:42
  • @Epenetus Considering that is listed on the supported features I would assume you have not updated to the latest version or you found a bug/regression. Does vsvim have a bug tracker? – FDinoff Sep 01 '14 at 19:55

1 Answers1

2

For a long time, CTRL-l and CTRL-h were not implemented. I have implemented them and they should be available as of the next release of VsVim. They do work across tab groups. In the meantime, if you are anxious to have them, you could grab an AppVeyor build.

Also CTRL-j and CTRL-k are available already. However, they don't move between tab groups; they move between actual Visual Studio horizontal window splits. It is tough to map Vim buffers/windows/tabs onto Visual Studio tabs/tab groups/splits/documents...

Keith Pinson
  • 7,835
  • 7
  • 61
  • 104