1
0
Fork 0

[oni-core] Disable the ‘C-x o’ keybinding

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’.
This commit is contained in:
Tom Willemse 2022-01-06 09:16:47 -08:00
parent 8a67063ae4
commit a62f26073d

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; 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-<right>") '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