hifi / monodevelop-justenoughvi

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

adds visual go to first column command, `v0` #49

Closed tdfacer closed 7 years ago

tdfacer commented 7 years ago
hifi commented 7 years ago

The visual and normal mode share some motion keys in ViMode.cs and the selection is automatically updated after each keypress so you don't need to manually update it. This could be refactored by just moving the normal mode FirstColumnCommand to ViMode.cs and it should pretty much work.

hifi commented 7 years ago

I pushed the refactor, hopefully it does the same thing.