hifi / monodevelop-justenoughvi

Deprecated, use XSVim instead for MD 7: https://github.com/nosami/XSVim
MIT License
17 stars 13 forks source link

^d doesn't work #53

Closed quanticPI closed 7 years ago

quanticPI commented 7 years ago

Currently ^d does not go page up but deletes a character.

hifi commented 7 years ago

You need to unbind the key combination in MonoDevelop/Xamarin Studio for this add-in to capture it.

The control key mapping in the add-in that includes ^D is here and should work: https://github.com/hifi/monodevelop-justenoughvi/blob/master/JustEnoughVi/ViMode.cs#L157

quanticPI commented 7 years ago

I suspected there was something wrong with my configuration... Thank you.

hifi commented 7 years ago

We still don't have any README or documentation so it's understandable people don't know how it works. Good you got it going!