mstevens 0 Posted December 13, 2023 Is there a way to get Vim keybindings in the IDE? Share this post Link to post
DelphiUdIT 176 Posted December 13, 2023 (edited) May be those can Help (simple google search)? https://github.com/mattia72/vim-delphi https://github.com/Tanikai/vi-delphi Edited December 13, 2023 by DelphiUdIT Share this post Link to post
mstevens 0 Posted December 13, 2023 (edited) @DelphiUdit I am primarily using C++ Builder, try searching for "C++ Builder" Vim and see what you get. Thanks though. I look at these. Edited December 13, 2023 by mstevens Share this post Link to post
Roger Cigol 103 Posted December 15, 2023 Most of the basic editing functions and keyboard short cuts of the text editor apply equally to Delphi or C++. But IDE menu Tools | Options and then scroll down to User Interface | Editor | Key mappings and the list of "out of the box" configurations does NOT include VIM. Share this post Link to post
JiyaHana 0 Posted December 23, 2023 Many IDE support Vim keybindings through specific plugins or extensions. Share this post Link to post