From a8f001eeef2c30bb88f388f55f7331a2cd9f61ea Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 1 Sep 2021 18:13:22 -0500 Subject: Rebind open-line back to C-o Open-link is now C-c C-o (and C-c o) --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 17d60e1..9480991 100644 --- a/init.el +++ b/init.el @@ -1297,8 +1297,7 @@ already been connected to." (setup (:straight crux) (:global "C-x o" acdw/other-window-or-switch-buffer - ;; This is about to get WILD! - "M-l" crux-smart-open-line + "C-o" crux-smart-open-line "M-o" crux-smart-open-line-above "C-M-\\" crux-cleanup-buffer-or-region "C-x 4 t" crux-transpose-windows) -- cgit 1.4.1-21-gabe81