Skip to content

Latest commit

 

History

History
66 lines (52 loc) · 2.23 KB

README.org

File metadata and controls

66 lines (52 loc) · 2.23 KB

Perl5 layer

img/perl5.png

Table of Contents

Description

This layer adds support for the Perl5 language.

Features:

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.

Auto-completion: PlSense

company-plsense requires installation of the plsense server from here.

Key bindings

Perldoc

Browse formatted perldocs.

Key bindingDescription
SPC m h hview perldoc of symbol at point
SPC m h dview perldoc of any symbol

POD and HERE doc

Select a POD or HERE doc.

Key bindingDescription
SPC m vselect entire POD or HERE doc at point

Find Symbol

Jump to symbol definition.

Key bindingDescription
SPC m g gjump to symbol definition
SPC m g Gjump to symbol definition in other window

Formatting Code

Key bindingDescription
SPC m = =format current line or region
SPC m = bformat current buffer
SPC m = fformat current function