summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <thomas.voss@humanwave.nl> 2026-01-27 22:17:59 +0100
committerThomas Voss <thomas.voss@humanwave.nl> 2026-01-27 22:17:59 +0100
commit6ccda7cca5b5cf1d055eaef7471ad95f4c3a3ec8 (patch)
treea4c5794cff142dd6f9c138e19cc2dc70bf970784 /.config
parent20407bc2192c7aef7f59aba08ee162b914a9ea5b (diff)
emacs: Add more multicursor keybinds
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-keybindings.el4
1 files changed, 3 insertions, 1 deletions
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)