From: Sebastian M. <seb...@un...> - 2008-09-12 16:02:12
|
Bad news first, I think you cannot disable it easily. Good news, I remember the background now: Some hard-coded function in vimplugin "registers" some hotkeys with vim at startup. Then, vim fires specific events once these keys are pressed. These events are caught in turn by vimplugin to perform eclipse actions. For <C-B>: when you turn off "automatic build" in eclipse, pressing <C-B> inside vim will build the project. In the current trunk version this is configurable: i.e. map any key to any eclipse action. It is not very stable by now, but perhaps you want to have a look at it. I will make a new release with that soon (ca. two weeks). Sebastian. |