df7af0ad20
See #9346 |
||
---|---|---|
.. | ||
img | ||
config.el | ||
funcs.el | ||
packages.el | ||
README.org |
Perl5 layer
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 |