summaryrefslogtreecommitdiff
path: root/.config/emacs/modules
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-09 12:28:34 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-09 12:28:34 +0100
commitbdaa647365048b571dab3d5ee611b3a1f20da684 (patch)
treeee6df6f6cdb1e3f054223554587d6d736ad9dac6 /.config/emacs/modules
parent721e4fb8e5f2353ade743f828bd30da705c0e371 (diff)
emacs: Add more commands for using multiple cursors
Diffstat (limited to '.config/emacs/modules')
-rw-r--r--.config/emacs/modules/mm-keybindings.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el
index 4c9f29e..23ac64a 100644
--- a/.config/emacs/modules/mm-keybindings.el
+++ b/.config/emacs/modules/mm-keybindings.el
@@ -116,6 +116,9 @@ the first command is remapped to the second command."
"C-]" #'mm-search-forward-char
"M-]" #'mm-search-backward-char
+ "C-M-@" #'mm-add-cursor-to-next-word
+
+ "C-c c t" #'mm-transpose-cursor-regions
"C-c d" #'duplicate-dwim
"C-c t a" #'e/align-regexp
"C-c t f" #'fill-paragraph