Fix +lang/markdown documentation on promotion and movement keybindings

Update documentation by removing obsolete keybindings that
were deleted from +lang/markdown layer in 7b6678e.

In particular the ~SPC m =~, ~SPC m -~ and ~SPC m l [h/j/k/l]~
have been superseded by the **Movement** bindings.
This commit is contained in:
Pablo de Oliveira 2016-03-12 09:50:35 +01:00 committed by Fabien Dubosson
parent 5e4c12c117
commit cc3cfcddfd
1 changed files with 1 additions and 7 deletions

View File

@ -78,12 +78,10 @@ To generate a table of contents type on top of the buffer:
|-------------+---------------------|
| ~SPC m k~ | kill thing at point |
** Completion, and Cycling
** Completion
| Key Binding | Description |
|-------------+-------------|
| ~SPC m =~ | promote |
| ~SPC m -~ | demote |
| ~SPC m ]~ | complete |
** Following and Jumping
@ -128,11 +126,7 @@ To generate a table of contents type on top of the buffer:
| Key Binding | Description |
|-------------+------------------|
| ~SPC m l h~ | promote |
| ~SPC m l i~ | insert list item |
| ~SPC m l j~ | move down |
| ~SPC m l k~ | move up |
| ~SPC m l l~ | demote |
** Movement