From 2403128ced7c230d1cef78e4895d519ca7b3145c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 15 Nov 2016 09:59:32 +0100 Subject: [PATCH] Rebind ace-window to C-x o It is a real pain to keep track of what `other-window` means. It was also inconvenient to press M-P on Dvorak. This new solution will be a short-term pain until I get used to it with more than two windows, but after that, life will be easier. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index af07fd1..7d4e700 100644 --- a/init.el +++ b/init.el @@ -370,7 +370,8 @@ (setq aw-keys '(?a ?o ?e ?u ?i ?d ?h ?t ?n) aw-background nil) :bind - (("M-P" . ace-window))) + (:map ctl-x-map + ("o" . ace-window))) (use-package avy :ensure t