From 6ccda7cca5b5cf1d055eaef7471ad95f4c3a3ec8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 27 Jan 2026 22:17:59 +0100 Subject: emacs: Add more multicursor keybinds --- .config/emacs/modules/mm-keybindings.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/emacs/modules') diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index a5919de..3aa548e 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -124,6 +124,8 @@ the first command is remapped to the second command." "C-M-@" #'mm-add-cursor-to-next-word + "C-c c a" #'mc/vertical-align-with-space + "C-c c i" #'mc/insert-numbers "C-c c t" #'mm-transpose-cursor-regions "C-c d" #'duplicate-dwim "C-c t a" #'e/align-regexp @@ -153,4 +155,4 @@ the first command is remapped to the second command." (which-key-ellipsis "…") (wihch-key-idle-delay .5)) -(provide 'mm-keybindings) \ No newline at end of file +(provide 'mm-keybindings) -- cgit v1.2.3