spacemacs/layers/+lang/shell-scripts/README.org

32 lines
984 B
Org Mode
Raw Normal View History

#+TITLE: Shell Scripts layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../../css/readtheorg.css" />
2015-06-10 16:44:30 +00:00
[[file:img/fish.png]]
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]
2015-06-10 16:44:30 +00:00
* Description
This simple layer adds support for shell scripting.
Supported scripting files:
- =.sh=
2015-06-10 16:44:30 +00:00
- =.fish=: [[https://github.com/fish-shell/fish-shell][fish shell]]
*Note:* For Windows scripting see the layer =windows-scripts=
2015-06-10 16:44:30 +00:00
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to
add =shell-scripts= to the existing =dotspacemacs-configuration-layers= list in this
file.
2015-06-10 16:44:30 +00:00
* Key Bindings
2016-01-08 14:37:39 +00:00
| Key Binding | Description |
|-------------+-----------------------------------------------------------|
| ~SPC m \~ | insert end-of-line backslashes to the lines in the region |