The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Vim::Helper::Fennec - Keybindings for Fennec test suites

DESCRIPTION

Provides keybindings and functions for Fennec test suites.

SYNOPSIS

In your config file:

    use Vim::Helper qw/
        Fennec
    /;

    Fennec {
        run_key  => '<F8>',
        less_key => '<F12>',
    };

ARGS

None

OPTS

None

CONFIGURATION OPTIONS

run_key

key sequence to bind for running a Fennec test block.

less_key

key sequence to bind for running a Fennec test block, output is piped to 'less'.

AUTHORS

Chad Granum exodist7@gmail.com

COPYRIGHT

Copyright (C) 2012 Chad Granum

Vim-Helper is free software; Standard perl licence.

Vim-Helper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.