Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTRL + W between code & explorer #11

Open
ALudwig57 opened this issue Sep 2, 2019 · 1 comment
Open

CTRL + W between code & explorer #11

ALudwig57 opened this issue Sep 2, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@ALudwig57
Copy link

Hello,

I've installed VsVim and vs-nerdx for VS 2019 and i don't know how to go to code from explorer or to go to explorer from code (i have to use CTRL + W + H or L in vim but in this case it doesn't work). Could you help me ?

Thank you in advance for your answer.

@ALudwig57 ALudwig57 changed the title CTRL + W CTRL + W between code & explorer Sep 3, 2019
@stevium stevium added the enhancement New feature or request label Sep 7, 2019
@stevium
Copy link
Owner

stevium commented Sep 7, 2019

Hi, for navigating from VsVim you can try to assign a shortcut in .vsvimrc like this:

nnoremap <C-w>h :vsc View.SolutionExplorer<CR>

And also you need to make sure that Ctrl+W is handled by VsVim in Keyboard settings.

But for focusing the editor from vs-nerdx I would need to implement a new command to support Ctrl + W shortcut.

As a workaround, you can try the Ctrl + Tab shortcut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants