============================================================================== *eddie.txt* Plugin emulating some features of Eddie *eddie* This plugin provides approximations for several features from Eddie, a text editor for BeOS. eddie.vim is written by Dan Sandler. For more information, see: http://dsandler.org/soft/vim Eddie was written by Pavel Cisler and can be found at: http://el34.com Mappings: Alt-] Alt-[ Move selected block or line left or right, preserving selection. Ctrl-Alt-Up Ctrl-Alt-Down Move selected block or line up or down, preserving selection. Ctrl-T Twiddle characters at point. p Presto! the magic prototyper. The magic prototyper scans the selection (or current line if no selection) for C/C++ function prototypes or definitions. It converts definitions into prototypes, and vice versa, and places the result in the "p register. You can paste these results by invoking p again. Presto! depends on presto.py, which you should have received as part of this plugin, and Python (either as an executable on your system, or compiled into vim). t Approximation of the ToDo plugin by Alan Ellis. ToDo lists locations in your file containing well-known TODO: strings in the quickfix window; quickfix rules apply (:cnext to jump to the next instance, or mouse-click in the quickfix window to jump to a particular instance). Commands: ============================================================================== *eddie-settings* This plugin doesn't have any settings. But you can change the "mapleader" variable if you don't like backslash. vim:tw=78:ts=8:ft=help:norl: