1

Re: Ctrl+R in Insert mode

I yanked some text into register "r with "ry{motion}. Worked fine. I then tried to insert that text by c{motion}Ctrl+Rr. In the status line, I see "The key combination (Ctrl+R, R) is not a command." Same thing happens with other registers.

2

Re: Ctrl+R in Insert mode

It's necessary to unassign all keybindings in Tools|Options|Keyboard that start with Ctrl-R for ViEmu to receive the keystroke (VS swallows all assigned keypresses). Then it should work just fine.

It's a pain, esp. with Ctrl-R which is usually assigned to several chords. The next major version of ViEmu will have an automatic clashing-keybinding removal tool. This also happens with Ctrl-F, Ctrl-B, Ctrl-D, Ctrl-U, Ctrl-Y, Ctrl-], etc...

3

Re: Ctrl+R in Insert mode

admin wrote:

This also happens with Ctrl-F, Ctrl-B, Ctrl-D, Ctrl-U, Ctrl-Y, Ctrl-], etc...

What about Ctrl-M? If I remove all bindings in VS that start with Ctrl-M, will I be able to use Ctrl-M as "return"?

cheers,
Gregor

4

Re: Ctrl+R in Insert mode

Hi Gregor, I just tried it and it works ok, both in VS.NET 2003 and VS2005. You can use ViEmu's keybinding management dialog to do it correctly, be sure to follow these steps in the dialog:

  1) Add an 'M' to the list of ctrl-keys checked for clashes
  2) Click 'Apply'
  3) Click 'Restore' under the left list (answer ok)
  4) Click 'Save and remove' under the right list (answer ok)

You should be all set.

Regards,

  Jon