Browse Source

[Fix #1147] Add an extra keybinding for ace-window that's Windows

friendly
custom
Bozhidar Batsov 8 years ago
parent
commit
d6786e33f1
  1. 3
      core/prelude-global-keybindings.el

3
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)

Loading…
Cancel
Save