summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-ace.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-ace.el b/lisp/init-ace.el
index 19fd3ab..22ff1a9 100644
--- a/lisp/init-ace.el
+++ b/lisp/init-ace.el
@@ -13,5 +13,6 @@
(define-key window-map "a" 'ace-window)
(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l))
+(key-chord-define-global ",w" 'ace-window)
(provide 'init-ace)