hifi / monodevelop-justenoughvi

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

Let all Control combinations pass even in normal mode? #17

Closed hifi closed 8 years ago

hifi commented 8 years ago

Have normal bindings available for all Vi functions and a default keymap. Only regular characters would be captured and the escape sequence.

nosami commented 8 years ago

I just remapped Ctrl-d and Ctrl-u in the monodevelop settings. But what about Ctrl-v for block select? That will need special handling.

hifi commented 8 years ago

Currently, the idea is to capture all possible combinations that we want to support. Will open a new issue if it turns out to be a bad idea.