Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tab/Window group movement: (Ctrl-W)(Ctrl-L), etc

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.

like image 978
Phaino Avatar asked Aug 29 '26 21:08

Phaino


1 Answers

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

like image 51
Keith Pinson Avatar answered Sep 01 '26 03:09

Keith Pinson