spacemacs/layers/+lang/perl5/README.org
2017-08-22 21:27:13 +03:00

1.4 KiB

Perl5 layer

/TakeV/spacemacs/media/commit/ffc31f393649a2bcf1f997d10c8b575f5ca2a965/layers/+lang/perl5/img/perl5.png

Description

This layer adds support for the Perl5 language.

Features:

  • syntactic and semantic checking using flycheck

Install

Layer

To use this configuration layer, add it to your ~/.spacemacs. You will need to add perl5 to the existing dotspacemacs-configuration-layers list in this file.

Key Bindings

Perldoc

Browse formated perldocs.

Key Binding Description
SPC m h p view perldoc of symbol at point
SPC m h d view perldoc of any symbol

POD and HERE doc

select a POD or HERE doc

Key Binding Description
SPC m v select entire POD or HERE doc at point

Find Symbol

jump to symbol definition

Key Binding Description
SPC m g g jump to symbol definition
SPC m g G jump to symbol definition in other window