# HG changeset patch # User Sevan Janiyan # Date 1680303344 -3600 # Fri Mar 31 23:55:44 2023 +0100 # Node ID 66e1770168688d7fb20f2407da344cdb9da9e8bc # Parent 774acb9e09e192ccce4f0e813d8388bee2614470 emacs.d/init.el: Enable Windmove diff --git a/emacs.d/init.el b/emacs.d/init.el --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -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)