spacemacs/layers/+lang/perl5
CeleritasCelery c4be9e9504 added cperl keybindings
added keybindings for cperl POD and HERE functions, added dump jump support, and fixed tab command
2017-07-07 11:39:46 +02:00
..
img
config.el added cperl keybindings 2017-07-07 11:39:46 +02:00
funcs.el perl5: minor changes 2017-06-08 09:12:35 +02:00
packages.el added cperl keybindings 2017-07-07 11:39:46 +02:00
README.org added cperl keybindings 2017-07-07 11:39:46 +02:00

Perl5 layer

/TakeV/spacemacs/media/commit/27a3684e3be4e24f31fb4e641c45a26073057a03/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