From bdaa647365048b571dab3d5ee611b3a1f20da684 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 9 Nov 2024 12:28:34 +0100 Subject: emacs: Add more commands for using multiple cursors --- .config/emacs/modules/mm-keybindings.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.config/emacs/modules/mm-keybindings.el') 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 -- cgit v1.2.3