CodeGear Delphi 2007 VI/VIM Key Mapping - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T21:46:10Z http://stackoverflow.com/feeds/question/281561 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/281561/codegear-delphi-2007-vi-vim-key-mapping 2 CodeGear Delphi 2007 VI/VIM Key Mapping D-Ven 2008-11-11T17:25:45Z 2008-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#281936 0 Answer by Jim McKeeth for CodeGear Delphi 2007 VI/VIM Key Mapping Jim McKeeth 2008-11-11T19:41:50Z 2008-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#282128 1 Answer by TOndrej for CodeGear Delphi 2007 VI/VIM Key Mapping TOndrej 2008-11-11T21:03:17Z 2008-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>