From 8814ce192e981d99c628bd8cebe9d12873192180 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 9 Jan 2015 23:26:54 -0500 Subject: [PATCH] Reformat key bindings in puppet layer README --- contrib/lang/puppet/README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/contrib/lang/puppet/README.md b/contrib/lang/puppet/README.md index b52c6d55f..3f1e61ad3 100644 --- a/contrib/lang/puppet/README.md +++ b/contrib/lang/puppet/README.md @@ -30,19 +30,18 @@ To use this contribution add it to your `~/.spacemacs` The following key bindings are available in Puppet Mode: -Key Binding | Description -------------|-------------------------------------------------- -` m {` | Move to the beginning of the current block -` m }` | Move to the end of the current block -` m a` | Align parameters in the current block -` m '` | Toggle string quoting between single and double -` m ;` | Blank the string at point -` m j` | Jump to a `class`, `define`, variable or resource -` m c` | Apply the current manifest in dry-run mode -` m v` | Validate the syntax of the current manifest -` m l` | Check the current manifest for semantic issues -` m $` | Interpolate with ${} in double quoted strings - +Key Binding | Description +--------------------|-------------------------------------------------- +SPC> m { | Move to the beginning of the current block +SPC> m } | Move to the end of the current block +SPC> m a | Align parameters in the current block +SPC> m ' | Toggle string quoting between single and double +SPC> m ; | Blank the string at point +SPC> m j | Jump to a `class`, `define`, variable or resource +SPC> m c | Apply the current manifest in dry-run mode +SPC> m v | Validate the syntax of the current manifest +SPC> m l | Check the current manifest for semantic issues +SPC> m $ | Interpolate with ${} in double quoted strings Use `M-x customize-group RET puppet` to customize Puppet Mode.