spacemacs/layers/+frameworks/phoenix/README.org

35 lines
1 KiB
Org Mode
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#+TITLE: phoenix layer
[[file:img/phoenix.png]] with [[file:img/alchemist.png]]
* Table of Contents :TOC_4_gh:noexport:
- [[#description][Description]]
- [[#features][Features:]]
- [[#install][Install]]
- [[#key-bindings][Key bindings]]
* Description
This layer adds key bindings for [[https://github.com/tonini/alchemist.el][Alchemist]]s already built in phoenix mode.
** Features:
- Key bindings for navigation to files
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =phoenix= to the existing =dotspacemacs-configuration-layers= list in this
file.
* Key bindings
| Key binding | Description |
|---------------+--------------------|
| ~SPC m f r~ | Shows routes |
| ~SPC m f f w~ | Find in web folder |
| ~SPC m f f v~ | Find view |
| ~SPC m f f c~ | Find controller |
| ~SPC m f f C~ | Find channel |
| ~SPC m f f t~ | Find template |
| ~SPC m f f m~ | Find model |
| ~SPC m f f s~ | Find static |
| ~SPC m f f r~ | Find router |