branch: elpa/typst-ts-mode
commit e2e3ed498bb5762d360fe336c89f0582feafb9dc
Author: Huan Nguyen <nguyenthieuh...@gmail.com>
Commit: Huan Nguyen <nguyenthieuh...@gmail.com>

    feat: #16 new keybindings
---
 typst-ts-mode.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/typst-ts-mode.el b/typst-ts-mode.el
index b868bc2cfb..5b5cbcca0f 100644
--- a/typst-ts-mode.el
+++ b/typst-ts-mode.el
@@ -610,10 +610,10 @@ FILE: file path for the result compile file."
   "C-c C-w" #'typst-ts-watch-mode
   "C-c C-p" #'typst-ts-mode-preview
 
-  "M-<left>" #'typst-ts-mode-heading-decrease
-  "M-<right>" #'typst-ts-mode-heading-increase
-  "M-<down>" #'typst-ts-mode-heading-down
-  "M-<up>" #'typst-ts-mode-heading-up
+  "M-<left>" #'typst-ts-mode-meta-left
+  "M-<right>" #'typst-ts-mode-meta-right
+  "M-<down>" #'typst-ts-mode-meta-down
+  "M-<up>" #'typst-ts-mode-meta-up
   "M-<return>" #'typst-ts-mode-meta-return
 
   ;; don't bind <return>

Reply via email to