Rebind open-line back to C-o

Open-link is now C-c C-o (and C-c o)
This commit is contained in:
Case Duckworth 2021-09-01 18:13:22 -05:00
parent b74497ffb4
commit a8f001eeef
1 changed files with 1 additions and 2 deletions

View File

@ -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)