diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 23:20:04 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-10-19 23:20:04 +0200 |
commit | b37ed033f65b56d9ec249b25bbfdf27aaef6bc9a (patch) | |
tree | dea015983bdb5ea4f039f0241c0eb0072ca2928c /.config/emacs/modules/mm-keybindings.el | |
parent | 2b46ba373d475c2da8e16d89899977da56ea6718 (diff) |
emacs: Implement e/split-line
Diffstat (limited to '.config/emacs/modules/mm-keybindings.el')
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 2bc0971..c1dee93 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -111,6 +111,7 @@ the first command is remapped to the second command." "C-<prior>" #'backward-page "C-." #'repeat + "C-^" #'e/split-line "C-/" #'e/mark-line-dwim "C-c d" #'duplicate-dwim |