Emacs/Vim style buffer/window switching

S

sashan

Hi

Is there a way to enable Emacs/Vim style buffer switching in the VC++
editor? For those that don't know this is where you hit a shortcut key
in Emacs/Vim and then type the partial name of the file/buffer/window
and it provides a list of matches to the partial name. It's kinda like
hitting Ctrl+i and doing an incremental search except it matches file
names instead of text.

Any alternative suggestions for quickly moving between files would be
appreciated. Currently I do one of the following:
1) Ctrl-Alt-l to move to the solution explorer and use arrow keys to
move up or down.
2) Ctrl-Tab

I think that the Emacs/Vim style switching would be quicker depending on
context, so it would be nice if there was a way to do it.

Thanks
 
H

harry_bosch

sashan said:
Is there a way to enable Emacs/Vim style buffer switching in the VC++
editor? For those that don't know this is where you hit a shortcut key
in Emacs/Vim and then type the partial name of the file/buffer/window
and it provides a list of matches to the partial name. It's kinda like
hitting Ctrl+i and doing an incremental search except it matches file
names instead of text.

Not exactly, but close. Try assigning the command Window.Windows to your
desired key. It will bring up a list of currently open windows. You can
start typing the name of the file you want and the highlight will move as
in an incremental search. Hit Enter on the one you want, and you're there.
 
S

sashan

Not exactly, but close. Try assigning the command Window.Windows to your
desired key. It will bring up a list of currently open windows. You can
start typing the name of the file you want and the highlight will move as
in an incremental search. Hit Enter on the one you want, and you're there.
Ok thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top