Download
Update Site
Stable: http://vrapper.sourceforge.net/update-site/stable
Unstable: http://vrapper.sourceforge.net/update-site/unstable
File Releases
About
Vrapper is an eclipse plugin which acts as a wrapper for eclipse text editors to provide a Vim-like input scheme for moving around and editing text.
Unlike other plugins which embed Vim in Eclipse, Vrapper imitates the behaviour of Vim while still using whatever editor you have opened in the workbench. The goal is to have the comfort and ease which comes with the different modes, complex commands and count/operator/motion combinations which are the key features behind editing with Vim, while preserving the powerful features of the different Eclipse text editors, like code generation and refactoring.
Vrapper tries to offer Eclipse users the best of both worlds.
News
0.12.0 released
Version 0.12.0 has been released. Changes are:
- lots of new text objects
- it is now possible to switch from character to linewise visual mode and vice versa by using V and v
- added 'selection' option to control selection behaviour during visual mode
- boolean options can now be toggled (e.g. "set ignorecase!")
- lots of minor bugfixes and improvements
0.10.1 released
Version 0.10.1 has been released.
This release fixes compatibility issues with Eclipse 3.3.
0.10.0 released
Version 0.10.0 has been released. Changes are:
- fixed issues with different keyboard layouts
- bound keys not bound in 0.8: page up, page down, space, return, delete
- options "ignorecase" and "smartcase" available
- improved undo behaviour during inserts