Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the status of Vim keybindings in MonoDevelop?

There seems to be a lot of conflicting information regarding Vim keybindings in MonoDevelop. Does anyone know whether this feature is available or what the current status is? I know there was progress being made at some point.

like image 400
bshacklett Avatar asked Feb 08 '11 14:02

bshacklett


1 Answers

The basics work pretty well. It currently supports the following modes: Normal, Visual, Visual Line, Insert, Overwrite. In those modes, most of "single-key" commands are supported, and some slightly more complex commands work too, such as searching and marks.

The major limitation right now is that it does not support multi-character text operators and text objects. I started implementing support for that a while back but it isn't finished yet. Assistance would be welcome.

like image 78
Mikayla Hutchinson Avatar answered Oct 19 '22 07:10

Mikayla Hutchinson