branch: elpa/typst-ts-mode
commit 3ba9c73723ff064cc702efd60124a8d348347e1f
Author: Huan Nguyen <[email protected]>
Commit: Huan Nguyen <[email protected]>
doc: Added new feature and its keybinding to readme.
---
README.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 81f3bcc1e7..6013797d53 100644
--- a/README.md
+++ b/README.md
@@ -79,8 +79,10 @@ For reference, this is my configuration.
`C-c C-c C` : `typst-ts-mode-compile`
`C-c C-c w` : `typst-ts-mode-watch-toggle`
`C-c C-c p` : `typst-ts-mode-preview`
-`M-<left>` : `typst-ts-mode-heading-decrease`
-`M-<right>` : `typst-ts-mode-heading-increase`
+`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`
## Customization Options