Apply doc-fmt to various READMEs

This commit is contained in:
syl20bnr 2016-04-21 22:25:51 -04:00
parent f3639da09e
commit 3ede905745
3 changed files with 23 additions and 23 deletions

View File

@ -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

View File

@ -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

View File

@ -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 |