branch: elpa/typst-ts-mode commit 07b34fe1230579f69b6c06b7b6f0a2c0a5cd6c6c Author: Huan Nguyen <nguyenthieuh...@gmail.com> Commit: Huan Nguyen <nguyenthieuh...@gmail.com>
doc: Escape the <> --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0df5c3363f..2799b698a0 100644 --- a/README.md +++ b/README.md @@ -45,18 +45,18 @@ Example configuration. ## Keys -**C-c C-c c** : **typst-ts-compile-and-preview** -**C-c C-c C** : **typst-ts-compile** -**C-c C-c w** : **typst-ts-watch-mode** -**C-c C-c p** : **typst-ts-mode-preview** -**M-<left>** : **typst-ts-mode-heading-decrease** -**M-<right>** : **typst-ts-mode-heading-increase** -**M-<up>** : **typst-ts-mode-heading-up** -**M-<down>** : **typst-ts-mode-heading-down** -**M-<return>**: **typst-ts-mode-meta-return** -**<return>** : **typst-ts-mode-return** -**TAB** : **typst-ts-mode-cycle** -**C-c '** : **typst-ts-edit-indirect** (requires <https://github.com/Fanael/edit-indirect/>) +**C-c C-c c** : **typst-ts-compile-and-preview** +**C-c C-c C** : **typst-ts-compile** +**C-c C-c w** : **typst-ts-watch-mode** +**C-c C-c p** : **typst-ts-mode-preview** +**M-\<left\>** : **typst-ts-mode-heading-decrease** +**M-\<right\>** : **typst-ts-mode-heading-increase** +**M-\<up\>** : **typst-ts-mode-heading-up** +**M-\<down\>** : **typst-ts-mode-heading-down** +**M-\<return\>**: **typst-ts-mode-meta-return** +**\<return\>** : **typst-ts-mode-return** +**TAB** : **typst-ts-mode-cycle** +**C-c '** : **typst-ts-edit-indirect** (requires <https://github.com/Fanael/edit-indirect/>) *NOTE*: `outline-minor-mode` is enabled by `typst-ts-mode`, so you can use command defined by `outline-minor-mode` such as `outline-cycle`.