Is there a way to map ctrl+ (or ctrl-) in vim? :map <c-+> doesn't seem to work.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
As far as I know you cannot map it to that combinaton. Since Ctrl + doesn't in anything differ from just +, Vim has no way of recognizing it. Same goes for a lot of other combinations (for example, Ctrl-1 and such - they don't "send" anything back). |
|||||||
|
-andNum -are different keys, even though they produce the same-when pressed. (Also, VT100 numpads can be in "application" mode, where they actually produce escape sequences of their own.) – grawity Jan 8 '10 at 12:05