Search code examples
visual-studio-2010vsvim

How to redo when using VsVim?


I'm using VS 2010 + latest VsVim. Looks like Vim Ctrl+R does not work in VsVim. Is that true?

VS handled Ctrl+R, saying: (Ctrl+R) was pressed. Waiting for second key of chord...

Is there any way to make this work?


Solution

  • VsVim allows you to control whether Ctrl+r is handled by Visual Studio or VsVim itself.

    At the bottom of a source file (e.g. *.cs) you should see the VsVim command line and an Options button. Clicking the Options button will give you a menu that lists various keyboard shortcuts and allows you to choose which application should handle them.