spacemacs/layers/+lang/perl5
2017-08-18 20:50:21 +03:00
..
img
config.el added cperl keybindings 2017-07-07 11:39:46 +02:00
funcs.el
packages.el added cperl keybindings 2017-07-07 11:39:46 +02:00
README.org Improve exporting/testing 2017-08-18 20:50:21 +03:00

Perl5 layer

/TakeV/spacemacs/media/commit/06301b22128dcb24eddae3374f5fb023d63524f3/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