3

I'm trying out ViEmu with Visual Studio 2010 & R#. In Vim I use ctrl-r to redo, but in ViEmu and VS ctrl-r doesn't work. The status bar says "Waiting for second key of chord". I assume this is for shortcuts like R# Rename (Ctrl-r,r)

Is there some way to enable ctrl-r as redo for viemu while still keeping the (Ctrl-r, *) shortcuts for resharper?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Evan
  • 5,925
  • 6
  • 33
  • 35

3 Answers3

2

One way is to just type ":red[o]" (the 'o' is optional) in normal mode. Otherwise you can fix the Ctrl-R mapping. I believe you can customize mappings in some vimrc type file Viemu uses and then just map :red to what you want.

Chris Nicola
  • 14,384
  • 6
  • 47
  • 61
0

I wouldn't have though so, it sounds like they would conflict.

Burt
  • 7,680
  • 18
  • 71
  • 127
0

I do a key sequence Alt -> E -> R which results in calling Redo from Edit menu. Far from being perfect but works.

This may not be a real key key chord but still much better than grabbing a mouse.

Piotr Owsiak
  • 6,081
  • 8
  • 39
  • 42