emacs.d/init.el: Enable Windmove
1 files changed, 5 insertions(+), 0 deletions(-)

M emacs.d/init.el
M emacs.d/init.el +5 -0
@@ 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)