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?

link|improve this question

Workaround: use Ctrl+Shift+Z. – Arnis L. Dec 7 '10 at 14:40
I tried that in insert and normal mode and it did not appear to do anything. – Evan Dec 8 '10 at 14:07
feedback

4 Answers

up vote 1 down vote accepted

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.

link|improve this answer
feedback

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

link|improve this answer
feedback

Did you try CTRL-Y?

link|improve this answer
Doesn't appear to do anything in normal mode. In insert mode it copies characters from the right of the cursor. – Evan Dec 8 '10 at 14:07
feedback

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.

link|improve this answer
Well, the emacs keychords aren't much enhanced than that, and they work alright. – progo Oct 14 '11 at 16:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.