diff --git a/core/prelude-global-keybindings.el b/core/prelude-global-keybindings.el index 1196d90..a456cbb 100644 --- a/core/prelude-global-keybindings.el +++ b/core/prelude-global-keybindings.el @@ -109,7 +109,10 @@ (global-set-key (kbd "C-c j") 'avy-goto-word-or-subword-1) (global-set-key (kbd "s-.") 'avy-goto-word-or-subword-1) + +;; improved window navigation with ace-window (global-set-key (kbd "s-w") 'ace-window) +(global-set-key [remap other-window] 'ace-window) (provide 'prelude-global-keybindings)