@@ 29,3 29,8 @@
;; https://github.com/purcell/exec-path-from-shell
(when (memq window-system '(mac ns x))
(exec-path-from-shell-initialize))
+
+;; Windmove
+;; https://www.emacswiki.org/emacs/WindMove
+(when (fboundp 'windmove-default-keybindings)
+ (windmove-default-keybindings)