1

I use the Visual Studio VsVim extension, I've recently installed NCrunch which seems to have grabbed the CTRL+R shortcut.

How can I 'return' this shortcut to VsVim?

Isaac Kleinman
  • 3,994
  • 3
  • 31
  • 35

1 Answers1

1

Try the following

  • Click on the Options button. It is on the bottom right of the editor screen
  • Look for Ctrl+R. Switch control to VsVim

If Ctrl+R doesn't appear in that menu please let me know and I'll provide an alternate method

JaredPar
  • 733,204
  • 149
  • 1,241
  • 1,454
  • 1
    In the options, it already says that Ctrl+R is handled by VsVim, but it doesn't seem to actually be the case. – Isaac Kleinman Mar 21 '14 at 13:29
  • 1
    @IsaacKleinman hmm, they are likely putting it in a diff group then. Try the following. Tools -> Options -> General -> Keyboard. Type Ctrl+R into the box at the bottom and see what NCrunch command it is bound to. Before removing it with the Remove button coul you right down the name and post it back in the comments? – JaredPar Mar 21 '14 at 17:34
  • I'm afraid I removed it before you posted your comment, so I'm not sure which NCrunch command was bound to the shortcut. – Isaac Kleinman Mar 25 '14 at 13:50
  • Now that I've removed the Ncrunch binding, Ctrl+R is working in insert mode but still not working in command mode. – Isaac Kleinman Mar 25 '14 at 13:50
  • @IsaacKleinman that isn't uspported in command line mode at the moment – JaredPar Mar 25 '14 at 15:56
  • In light of that, any suggested workarounds for an issue such as this: http://stackoverflow.com/q/363111/758494 ? – Isaac Kleinman Mar 25 '14 at 16:03
  • 1
    @IsaacKleinman CTRL-R is [now supported](https://github.com/jaredpar/VsVim/issues/551) in command mode. – Keith Pinson Nov 06 '14 at 15:14