From a62f26073d178a0104a0f11e42680e20f40d5f42 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 6 Jan 2022 09:16:47 -0800 Subject: [PATCH] =?UTF-8?q?[oni-core]=20Disable=20the=20=E2=80=98C-x=20o?= =?UTF-8?q?=E2=80=99=20keybinding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I'm so used to using it that I keep forgetting to use ‘M-o’ for ‘ace-window’ instead. By disabling this keybinding I can train myself to use ‘ace-window’. --- oni-core.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oni-core.el b/oni-core.el index 0768e91..514730e 100644 --- a/oni-core.el +++ b/oni-core.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.1205.144437 +;; Version: 2022.0106.091634 ;; Package-Requires: (oni-data-dir oni-embrace oni-hydra expand-region multiple-cursors gcmh diminish ws-butler which-key insert-char-preview dashboard mixed-pitch ace-window) ;; This program is free software; you can redistribute it and/or modify @@ -220,6 +220,7 @@ _s_: String list" (global-set-key (kbd "C-") 'winner-redo) (global-set-key (kbd "M-o") 'ace-window) +(global-unset-key (kbd "C-x o")) (unless oni-core--recentf-idle-timer (setq oni-core--recentf-idle-timer