Skip to content

Commit ed70d24

Browse files
committed
fix(combobulate): fix bindings for obsolete commands
1 parent 724cdef commit ed70d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/me-prog.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
(mapc (lambda (k) (keymap-unset combobulate-key-map k 'remove)) '("M-<up>" "M-<down>" "M-<left>" "M-<right>"))
235235
(keymap-set combobulate-key-map "M-S-<up>" #'combobulate-splice-up)
236236
(keymap-set combobulate-key-map "M-S-<down>" #'combobulate-splice-down)
237-
(keymap-set combobulate-key-map "M-S-<left>" #'combobulate-yeet-forward)
238-
(keymap-set combobulate-key-map "M-S-<down>" #'combobulate-yoink-forward))
237+
(keymap-set combobulate-key-map "M-S-<left>" #'combobulate-splice-self)
238+
(keymap-set combobulate-key-map "M-S-<right>" #'combobulate-splice-parent))
239239

240240

241241
;; Consult integration with Eglot

0 commit comments

Comments
 (0)