Propose new ace-window key

To be consistent with SPC mapping on other ace commands.
Set ace-window keys to home row to prevent needing to go to number row.
This commit is contained in:
Rich Alesi 2015-03-25 22:33:32 -07:00 committed by syl20bnr
parent 37365e5b7b
commit f6dba34167

View file

@ -170,10 +170,13 @@ which require an initialization must be listed explicitly in the list.")
(use-package ace-window
:defer t
:init
(evil-leader/set-key
"bM" 'ace-swap-window
"wC" 'ace-delete-window
"wW" 'ace-window)
(progn
(evil-leader/set-key
"bM" 'ace-swap-window
"wC" 'ace-delete-window
"w <SPC>" 'ace-window)
;; set ace-window keys to home-row
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)))
:config
(progn
;; add support for golden-ratio