diff --git a/layers/+completion/auto-completion/README.org b/layers/+completion/auto-completion/README.org index d29baf39f..cbfb4ee76 100644 --- a/layers/+completion/auto-completion/README.org +++ b/layers/+completion/auto-completion/README.org @@ -183,19 +183,19 @@ Here is an example to add =company= auto-completion to python buffer: Vim Style: -| Key Binding | Description | -|-------------+--------------------------------------------------------------------------| -| ~C-j~ | (vim style) go down in company dropdown menu | -| ~C-k~ | (vim style) go up in company dropdown menu | -| ~C-l~ | (vim style) complete selection | +| Key Binding | Description | +|-------------+----------------------------------------------| +| ~C-j~ | (vim style) go down in company dropdown menu | +| ~C-k~ | (vim style) go up in company dropdown menu | +| ~C-l~ | (vim style) complete selection | Emacs style: -| Key Binding | Description | -|-------------+--------------------------------------------------------------------------| -| ~C-f~ | (emacs style) complete selection | -| ~C-n~ | (emacs style) go down in company dropdown menu | -| ~C-p~ | (emacs style) go up in company dropdown menu | +| Key Binding | Description | +|-------------+------------------------------------------------| +| ~C-f~ | (emacs style) complete selection | +| ~C-n~ | (emacs style) go down in company dropdown menu | +| ~C-p~ | (emacs style) go up in company dropdown menu | ** Auto-complete diff --git a/layers/+emacs/org/README.org b/layers/+emacs/org/README.org index 77cb9c545..c6b021148 100644 --- a/layers/+emacs/org/README.org +++ b/layers/+emacs/org/README.org @@ -235,11 +235,11 @@ You can tweak the bullets displayed in the org buffer in the function | Key Binding | Description | |-------------+----------------------------------| -| ~SPC m h i~ | org-insert-heading-after-current | -| ~SPC m h I~ | org-insert-heading | -| ~SPC m h s~ | org-insert-subheading | -| ~SPC m i f~ | org-insert-footnote | -| ~SPC m i l~ | org-insert-link | +| ~SPC m h i~ | org-insert-heading-after-current | +| ~SPC m h I~ | org-insert-heading | +| ~SPC m h s~ | org-insert-subheading | +| ~SPC m i f~ | org-insert-footnote | +| ~SPC m i l~ | org-insert-link | *** Links diff --git a/layers/rebox/README.org b/layers/rebox/README.org index 67fa0335d..1a7b7edd2 100644 --- a/layers/rebox/README.org +++ b/layers/rebox/README.org @@ -332,11 +332,11 @@ These templates are added by the Spacemacs layer. *Note:* Use a numerical prefix argument to choose a specific style for instance ~86 SPC i b b~ to use the style 86 above. -| Keybinding | Command | -|----------------------------+-------------------------------------------------------------------| -| ~SPC i b >~ | Move box to the right (point must be around left side of the box) | -| ~SPC i b <~ | Move box to the left (point must be around left side of the box) | -| ~SPC i b b~ | Draw next box defined in =rebox-style-loop= | -| ~SPC i b B~ | Draw previous box defined in =rebox-style-loop= | -| ~SPC i b c~ | Center box (point must be around left side of the box) | -| ~S-return~ | rebox-indent-new-line | +| Keybinding | Command | +|-------------+-------------------------------------------------------------------| +| ~SPC i b >~ | Move box to the right (point must be around left side of the box) | +| ~SPC i b <~ | Move box to the left (point must be around left side of the box) | +| ~SPC i b b~ | Draw next box defined in =rebox-style-loop= | +| ~SPC i b B~ | Draw previous box defined in =rebox-style-loop= | +| ~SPC i b c~ | Center box (point must be around left side of the box) | +| ~S-return~ | rebox-indent-new-line |