Mark Grimes > App-EditorTools-0.03 > App::EditorTools::Vim

Download:
App-EditorTools-0.03.tar.gz

Annotate this POD

View/Report Bugs

Source   Latest Release: App-EditorTools-0.08

NAME ^

App::EditorTools::Vim - Vim script to integrate with App::EditorTools

SYNOPSIS ^

    perl -MApp::EditorTools::Vim -e run > $HOME/.vim/ftplugin/editortools.vim

DESCRIPTION ^

Place the vim script in DATA in $HOME/.vim/ftplugin/perl/editortools.vim (or similar on non-unix systems). Running

    perl -MApp::EditorTools::Vim -e run > $HOME/.vim/ftplugin/editortools.vim

should dump the scrip to the correct file.

MAPPINGS ^

,pp

EditorToolsMenu

,pL

RenameVariable

,pP

RenamePackageFromPath

,pI

IntroduceTemporaryVariable

SEE ALSO ^

Also see PPIx::EditorTools, Padre, and PPI.

AUTHOR ^

Mark Grimes, <mgrimes@cpan.org>

COPYRIGHT AND LICENSE ^

Copyright (C) 2009 by Mark Grimes

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.