no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


plugins:wishlist:vim-mode [2014/03/25 22:03] (current) – created frlan
Line 1: Line 1:
 +====== Vim-mode for Geany ======
 +
 +In fact, such a plugin would be possible. As shown with the [[https://github.com/geany/geany-plugins/tree/master/commander|commander]]-plugin, a huge number of functions of Geany are avaialble through common interfaces. So building up a plugin like this, could be done in two steps:
 +
 +  - Creating a callback, which is called by some keystroke to enter the command mode
 +  - Implementing vim-keybindings based on that command mode
 +
 +
 +{{tag> Vim Vi Plugin}}
  
Print/export