diff options
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 23ac64a..42d2bfb 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -116,6 +116,8 @@ the first command is remapped to the second command." "C-]" #'mm-search-forward-char "M-]" #'mm-search-backward-char + "M-\\" #'cycle-spacing + "C-M-@" #'mm-add-cursor-to-next-word "C-c c t" #'mm-transpose-cursor-regions |