diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 14:44:12 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-31 14:44:12 +0100 |
commit | 3b28f538d9b90b7a2584046a3050115c5500b141 (patch) | |
tree | 2b3cb88a2b9bf3fcc992eb75e3d44e1954ce3a6f /.config/emacs/modules/mm-keybindings.el | |
parent | 215af6916738fffc1d88d237b91d2f5746deb07f (diff) |
emacs: Add mm-search-forward-char and mm-search-backward-char
Diffstat (limited to '.config/emacs/modules/mm-keybindings.el')
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index a025a82..746d95c 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -115,6 +115,9 @@ the first command is remapped to the second command." "C-^" #'e/split-line "C-/" #'e/mark-line-dwim + "C-]" #'mm-search-forward-char + "M-]" #'mm-search-backward-char + "C-c d" #'duplicate-dwim "C-c t a" #'e/align-regexp "C-c t f" #'fill-paragraph |