summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)