Update bound keys in markdown doc

`markdown-preview` is bound to <localleader> p, not to <localleader> b.

Also, express mapping using <localleader> instead of `SPC m` or `C-c l`.
This commit is contained in:
pancho horrillo 2020-05-24 07:17:25 +02:00
parent a262527a7f
commit ee8338045e

View file

@ -119,15 +119,14 @@ installed through your OS's package manager:
* Features * Features
** Markdown preview ** Markdown preview
~markdown-preview~ is bound to =SPC m p= (for Evil users) and =C-c l p= (for ~markdown-preview~ is bound to =<localleader> p=. This will open a preview of
non-evil users). This will open a preview of your compiled markdown document in your compiled markdown document in your browser.
your browser.
Alternatively, you can use ~grip-mode~ through =+grip=. Alternatively, you can use ~grip-mode~ through =+grip=.
* Configuration * Configuration
** Changing how markdown is compiled ** Changing how markdown is compiled
When ~markdown-preview~ is invoked (=SPC m b= or =C-c l b=), it consults When ~markdown-preview~ is invoked (=<localleader> p=) it consults
~markdown-command~. Its default value (~#'+markdown-compile~) will consult ~markdown-command~. Its default value (~#'+markdown-compile~) will consult
~+markdown-compile-functions~: a list of functions that take three arguments: the ~+markdown-compile-functions~: a list of functions that take three arguments: the
start and end point in the current buffer to use as input, and an output buffer start and end point in the current buffer to use as input, and an output buffer