From ee8338045efe89f7b784c089d9fcf018562e9464 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Sun, 24 May 2020 07:17:25 +0200 Subject: [PATCH] Update bound keys in markdown doc `markdown-preview` is bound to p, not to b. Also, express mapping using instead of `SPC m` or `C-c l`. --- modules/lang/markdown/README.org | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/modules/lang/markdown/README.org b/modules/lang/markdown/README.org index 57749bced..2810e12c4 100644 --- a/modules/lang/markdown/README.org +++ b/modules/lang/markdown/README.org @@ -119,15 +119,14 @@ installed through your OS's package manager: * Features ** Markdown preview -~markdown-preview~ is bound to =SPC m p= (for Evil users) and =C-c l p= (for -non-evil users). This will open a preview of your compiled markdown document in -your browser. +~markdown-preview~ is bound to = p=. This will open a preview of +your compiled markdown document in your browser. Alternatively, you can use ~grip-mode~ through =+grip=. * Configuration ** 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 (= p=) it consults ~markdown-command~. Its default value (~#'+markdown-compile~) will consult ~+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