From b37ed033f65b56d9ec249b25bbfdf27aaef6bc9a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 19 Oct 2024 23:20:04 +0200 Subject: emacs: Implement e/split-line --- .config/emacs/modules/mm-keybindings.el | 1 + 1 file changed, 1 insertion(+) (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 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-" #'backward-page "C-." #'repeat + "C-^" #'e/split-line "C-/" #'e/mark-line-dwim "C-c d" #'duplicate-dwim -- cgit v1.2.3