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.
This commit is contained in:
Gergely Polonkai 2016-11-15 09:59:32 +01:00
parent d45149db80
commit 2403128ced
1 changed files with 2 additions and 1 deletions

View File

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