CodeGear Delphi 2007 VI/VIM Key Mapping - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T21:46:10Zhttp://stackoverflow.com/feeds/question/281561http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/281561/codegear-delphi-2007-vi-vim-key-mapping2CodeGear Delphi 2007 VI/VIM Key MappingD-Ven2008-11-11T17:25:45Z2008-11-11T21:03:17Z
<p>After reading <em>The Pragmatic Programmer</em>, I became quite accustomed to VIM. When in Visual Studio I have ViEmu (<a href="http://www.viemu.com/" rel="nofollow">http://www.viemu.com/</a>) to provide me with VIM functionality. </p>
<p>Is anyone aware of a similar program/key binding/workaround to integrate VI/VIM key bindings in CodeGear Delphi 2007?</p>
http://stackoverflow.com/questions/281561/codegear-delphi-2007-vi-vim-key-mapping/281936#2819360Answer by Jim McKeeth for CodeGear Delphi 2007 VI/VIM Key MappingJim McKeeth2008-11-11T19:41:50Z2008-11-11T19:41:50Z<p>I remember seeing that in Delphi 7, but that might have been from CodeRush, a Delphi add-in that is no longer available for Delphi. . . . .</p>
<p>An alternative is you could use Delphi Prism in Visual Studio and keep using ViEmu . . . I know that doesn't work for your native code.</p>
http://stackoverflow.com/questions/281561/codegear-delphi-2007-vi-vim-key-mapping/282128#2821281Answer by TOndrej for CodeGear Delphi 2007 VI/VIM Key MappingTOndrej2008-11-11T21:03:17Z2008-11-11T21:03:17Z<p>Delphi's key bindings are extensible, first of all there are several keyboard mappings to choose from out of the box and then there are APIs in ToolsAPI unit to write your own (you should implement IOTAKeyboardBinding interface). I don't know about VIM but I assume it can be done with these APIs.</p>